Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2159 TypedefDecl *getBuiltinVaListDecl() const;
2163 return getTypeDeclType(getBuiltinVaListDecl()); in getBuiltinVaListType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp518 PushOnScopeChains(Context.getBuiltinVaListDecl(), TUScope); in Initialize()
H A DSemaType.cpp4472 TypedefDecl *vaListTypedef = S.Context.getBuiltinVaListDecl(); in GetFullTypeForDeclarator()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9571 TypedefDecl *ASTContext::getBuiltinVaListDecl() const { in getBuiltinVaListDecl() function in ASTContext
9584 (void)getBuiltinVaListDecl(); in getVaListTagDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7800 NewLoaded = Context.getBuiltinVaListDecl(); in getPredefinedDecl()