Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2173 TypedefDecl *getBuiltinMSVaListDecl() const;
2177 return getTypeDeclType(getBuiltinMSVaListDecl()); in getBuiltinMSVaListType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp513 PushOnScopeChains(Context.getBuiltinMSVaListDecl(), TUScope); in Initialize()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7812 NewLoaded = Context.getBuiltinMSVaListDecl(); in getPredefinedDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9589 TypedefDecl *ASTContext::getBuiltinMSVaListDecl() const { in getBuiltinMSVaListDecl() function in ASTContext