Home
last modified time | relevance | path

Searched refs:getVaListTagDecl (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp93 dyn_cast_or_null<NamedDecl>(TU.getASTContext().getVaListTagDecl())) { in ASTImporterLookupTable()
H A DItaniumMangle.cpp680 if (D == getASTContext().getVaListTagDecl()) { in getEffectiveDeclContext()
H A DASTContext.cpp9580 Decl *ASTContext::getVaListTagDecl() const { in getVaListTagDecl() function in ASTContext
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2169 Decl *getVaListTagDecl() const;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6802 return D == D->getASTContext().getVaListTagDecl(); in isImportedDeclContext()
H A DASTReader.cpp7777 return Context.getVaListTagDecl(); in getPredefinedDecl()