Home
last modified time | relevance | path

Searched refs:getBuiltinMSVaListDecl (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1978 TypedefDecl *getBuiltinMSVaListDecl() const;
1982 return getTypeDeclType(getBuiltinMSVaListDecl()); in getBuiltinMSVaListType()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp403 PushOnScopeChains(Context.getBuiltinMSVaListDecl(), TUScope); in Initialize()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp8364 TypedefDecl *ASTContext::getBuiltinMSVaListDecl() const { in getBuiltinMSVaListDecl() function in ASTContext
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp7380 return Context.getBuiltinMSVaListDecl(); in getPredefinedDecl()