/llvm-project/clang/include/clang/AST/ |
H A D | ExprConcepts.h | 212 void setDependent(bool IsDependent) { Dependent = IsDependent; } in setDependent() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 257 bool IsDependent = false; getDestructorName() local 1461 auto IsDependent = [&]() { MarkThisReferenced() local 5645 EvaluateBooleanTypeTrait(Sema & S,TypeTrait Kind,SourceLocation KWLoc,ArrayRef<TypeSourceInfo * > Args,SourceLocation RParenLoc,bool IsDependent) EvaluateBooleanTypeTrait() argument
|
H A D | SemaTemplate.cpp | 393 bool IsDependent = false; LookupTemplateName() local 10916 bool IsDependent = false; ActOnExplicitInstantiation() local [all...] |
H A D | SemaLookup.cpp | 2685 bool IsDependent = false; LookupParsedName() local
|
H A D | SemaCodeComplete.cpp | 5205 bool IsDependent = BaseType->isDependentType(); AddRecordMembersCompletionResults() local
|
H A D | SemaDecl.cpp | 16938 ActOnTag(Scope * S,unsigned TagSpec,TagUseKind TUK,SourceLocation KWLoc,CXXScopeSpec & SS,IdentifierInfo * Name,SourceLocation NameLoc,const ParsedAttributesView & Attrs,AccessSpecifier AS,SourceLocation ModulePrivateLoc,MultiTemplateParamsArg TemplateParameterLists,bool & OwnedDecl,bool & IsDependent,SourceLocation ScopedEnumKWLoc,bool ScopedEnumUsesClassTag,TypeResult UnderlyingType,bool IsTypeSpecifier,bool IsTemplateParamOrArg,OffsetOfKind OOK,SkipBodyInfo * SkipBody) ActOnTag() argument
|
H A D | SemaDeclCXX.cpp | 17378 bool IsDependent = false; ActOnTemplatedFriendTag() local
|
H A D | SemaExpr.cpp | 19600 auto IsDependent = [&]() { FixDependencyOfIdExpressionsInLambdaWithDependentObjectParameter() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 2262 bool IsDependent = false; ParseClassSpecifier() local
|
H A D | ParseDecl.cpp | 5529 bool IsDependent = false; ParseEnumSpecifier() local
|
/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 5896 getAutoTypeInternal(QualType DeducedType,AutoTypeKeyword Keyword,bool IsDependent,bool IsPack,ConceptDecl * TypeConstraintConcept,ArrayRef<TemplateArgument> TypeConstraintArgs,bool IsCanon) const getAutoTypeInternal() argument 5951 getAutoType(QualType DeducedType,AutoTypeKeyword Keyword,bool IsDependent,bool IsPack,ConceptDecl * TypeConstraintConcept,ArrayRef<TemplateArgument> TypeConstraintArgs) const getAutoType() argument 5983 getDeducedTemplateSpecializationTypeInternal(TemplateName Template,QualType DeducedType,bool IsDependent,QualType Canon) const getDeducedTemplateSpecializationTypeInternal() argument [all...] |
H A D | Type.cpp | 5113 Profile(llvm::FoldingSetNodeID & ID,const ASTContext & Context,QualType Deduced,AutoTypeKeyword Keyword,bool IsDependent,ConceptDecl * CD,ArrayRef<TemplateArgument> Arguments) Profile() argument
|