Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1074 BuiltinTemplateDecl *getTypePackElementDecl() const;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp920 R.addDecl(getASTContext().getTypePackElementDecl()); in LookupBuiltin()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp7518 return Context.getTypePackElementDecl(); in getPredefinedDecl()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp5097 ToD = Importer.getToContext().getTypePackElementDecl(); in VisitBuiltinTemplateDecl()
H A DASTContext.cpp1202 ASTContext::getTypePackElementDecl() const { in getTypePackElementDecl() function in ASTContext