Searched defs:IsDependent (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTConcept.cpp | 160 TemplateParameterList *TPL, bool IsDependent) in ReturnTypeRequirement()
|
| H A D | ASTContext.cpp | 6614 QualType DeducedType, AutoTypeKeyword Keyword, bool IsDependent, in getAutoTypeInternal() 6672 bool IsDependent, bool IsPack, in getAutoType() 6704 TemplateName Template, QualType DeducedType, bool IsDependent, in getDeducedTemplateSpecializationTypeInternal()
|
| H A D | Type.cpp | 5384 bool IsDependent, ConceptDecl *CD, in Profile()
|
| H A D | ASTImporter.cpp | 1139 const bool IsDependent = FromTypeRequirement.isDependent(); in ImportExprRequirement() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprConcepts.h | 212 void setDependent(bool IsDependent) { Dependent = IsDependent; } in setDependent()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTypeTraits.cpp | 1278 bool IsDependent) { in EvaluateSizeTTypeTrait() 1305 bool IsDependent) { in EvaluateBooleanTypeTrait()
|
| H A D | SemaExprCXX.cpp | 236 bool IsDependent = false; in getDestructorName() local 1443 auto IsDependent = [&]() { in MarkThisReferenced() local
|
| H A D | SemaTemplate.cpp | 391 bool IsDependent = false; in LookupTemplateName() local 10234 bool IsDependent = false; in ActOnExplicitInstantiation() local
|
| H A D | SemaLookup.cpp | 2723 bool IsDependent = false; in LookupParsedName() local
|
| H A D | SemaCodeComplete.cpp | 5366 bool IsDependent = BaseType->isDependentType(); in AddRecordMembersCompletionResults() local
|
| H A D | SemaDecl.cpp | 17473 bool &IsDependent, SourceLocation ScopedEnumKWLoc, in ActOnTag()
|
| H A D | SemaDeclCXX.cpp | 17944 bool IsDependent = false; in ActOnTemplatedFriendTag() local
|
| H A D | SemaExpr.cpp | 20156 auto IsDependent = [&]() { in FixDependencyOfIdExpressionsInLambdaWithDependentObjectParameter() local
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 2128 bool IsDependent = false; in ParseClassSpecifier() local
|
| H A D | ParseDecl.cpp | 5271 bool IsDependent = false; in ParseEnumSpecifier() local
|