Home
last modified time | relevance | path

Searched defs:ExplicitInstantiation (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/Modules/Inputs/
H A Dtemplates-top.h30 template<bool, bool> struct ExplicitInstantiation { struct
31 void f() {} in f()
/llvm-project/clang/test/Modules/
H A Dtemplates.mm103 template struct ExplicitInstantiation<true, true>; struct
/llvm-project/clang/test/SemaCXX/
H A Dcxx1z-noexcept-function-type.cpp144 namespace ExplicitInstantiation { namespace
/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp290 const bool ExplicitInstantiation = D->getTemplateSpecializationKind() == in VisitFunctionDecl() local
/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1774 bool ExplicitInstantiation = VisitClassTemplateSpecializationDecl() local
1829 bool ExplicitInstantiation = VisitVarTemplateSpecializationDecl() local
/llvm-project/clang/include/clang/Parse/
H A DParser.h1600 ExplicitInstantiation global() enumerator