Home
last modified time | relevance | path

Searched defs:IsDependent (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprConcepts.h190 void setDependent(bool IsDependent) { Dependent = IsDependent; } in setDependent()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp1950 bool IsDependent = false; in ParseClassSpecifier() local
H A DParseDecl.cpp4699 bool IsDependent = false; in ParseEnumSpecifier() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp389 bool IsDependent = false; in LookupTemplateName() local
9823 bool IsDependent = false; in ActOnExplicitInstantiation() local
H A DSemaExprCXX.cpp249 bool IsDependent = false; in getDestructorName() local
H A DSemaCodeComplete.cpp4797 bool IsDependent = BaseType->isDependentType(); in AddRecordMembersCompletionResults() local
H A DSemaDecl.cpp15486 bool &OwnedDecl, bool &IsDependent, in ActOnTag()
H A DSemaDeclCXX.cpp16309 bool IsDependent = false; in ActOnTemplatedFriendTag() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp4410 bool IsDependent, ConceptDecl *CD, in Profile()
H A DASTContext.cpp5517 bool IsDependent, bool IsPack, in getAutoType()