Home
last modified time | relevance | path

Searched refs:getBuiltinVaListDecl (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2009 TypedefDecl *getBuiltinVaListDecl() const;
2013 return getTypeDeclType(getBuiltinVaListDecl()); in getBuiltinVaListType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp432 PushOnScopeChains(Context.getBuiltinVaListDecl(), TUScope); in Initialize()
H A DSemaType.cpp4698 TypedefDecl *vaListTypedef = S.Context.getBuiltinVaListDecl(); in GetFullTypeForDeclarator()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8365 TypedefDecl *ASTContext::getBuiltinVaListDecl() const { in getBuiltinVaListDecl() function in ASTContext
8378 (void)getBuiltinVaListDecl(); in getVaListTagDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7401 return Context.getBuiltinVaListDecl(); in getPredefinedDecl()