Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp320 StdTypeIdentity(nullptr), in Sema()
H A DSemaDeclCXX.cpp12243 &StdTypeIdentity, MalformedDecl); in isStdTypeIdentity()
12315 if (!StdTypeIdentity) { in tryBuildStdTypeIdentity()
12316 StdTypeIdentity = LookupStdClassTemplate(*this, Loc, "type_identity", in tryBuildStdTypeIdentity()
12318 if (!StdTypeIdentity) in tryBuildStdTypeIdentity()
12321 return BuildStdClassTemplate(*this, StdTypeIdentity, Type, Loc); in tryBuildStdTypeIdentity()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6480 ClassTemplateDecl *StdTypeIdentity; variable