Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2094 TypedefDecl *getBuiltinVaListDecl() const;
2098 return getTypeDeclType(getBuiltinVaListDecl()); in getBuiltinVaListType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp454 PushOnScopeChains(Context.getBuiltinVaListDecl(), TUScope); in Initialize()
H A DSemaType.cpp4781 TypedefDecl *vaListTypedef = S.Context.getBuiltinVaListDecl(); in GetFullTypeForDeclarator()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp8997 TypedefDecl *ASTContext::getBuiltinVaListDecl() const { in getBuiltinVaListDecl() function in ASTContext
9010 (void)getBuiltinVaListDecl(); in getVaListTagDecl()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp7455 return Context.getBuiltinVaListDecl(); in getPredefinedDecl()