Home
last modified time | relevance | path

Searched refs:TypePackElementDecl (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h561 mutable BuiltinTemplateDecl *TypePackElementDecl = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1216 if (!TypePackElementDecl) in getTypePackElementDecl()
1217 TypePackElementDecl = buildBuiltinTemplateDecl(BTK__type_pack_element, in getTypePackElementDecl()
1219 return TypePackElementDecl; in getTypePackElementDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4374 RegisterPredefDecl(Context.TypePackElementDecl, in WriteASTCore()