/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExprConcepts.h | 212 void setDependent(bool IsDependent) { Dependent = IsDependent; } in setDependent()
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 2098 bool IsDependent = false; ParseClassSpecifier() local
|
H A D | ParseDecl.cpp | 5153 bool IsDependent = false; ParseEnumSpecifier() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 258 bool IsDependent = false; getDestructorName() local 5475 EvaluateBooleanTypeTrait(Sema & S,TypeTrait Kind,SourceLocation KWLoc,ArrayRef<TypeSourceInfo * > Args,SourceLocation RParenLoc,bool IsDependent) EvaluateBooleanTypeTrait() argument
|
H A D | SemaTemplate.cpp | 395 bool IsDependent = false; LookupTemplateName() local 10485 bool IsDependent = false; ActOnExplicitInstantiation() local [all...] |
H A D | SemaCodeComplete.cpp | 5190 bool IsDependent = BaseType->isDependentType(); AddRecordMembersCompletionResults() local
|
H A D | SemaDecl.cpp | 17222 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 | 17657 bool IsDependent = false; ActOnTemplatedFriendTag() local
|
H A D | SemaExpr.cpp | 20674 auto IsDependent = [&]() { FixDependencyOfIdExpressionsInLambdaWithDependentObjectParameter() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 4839 Profile(llvm::FoldingSetNodeID & ID,const ASTContext & Context,QualType Deduced,AutoTypeKeyword Keyword,bool IsDependent,ConceptDecl * CD,ArrayRef<TemplateArgument> Arguments) Profile() argument
|
H A D | ASTContext.cpp | 5743 getAutoTypeInternal(QualType DeducedType,AutoTypeKeyword Keyword,bool IsDependent,bool IsPack,ConceptDecl * TypeConstraintConcept,ArrayRef<TemplateArgument> TypeConstraintArgs,bool IsCanon) const getAutoTypeInternal() argument 5798 getAutoType(QualType DeducedType,AutoTypeKeyword Keyword,bool IsDependent,bool IsPack,ConceptDecl * TypeConstraintConcept,ArrayRef<TemplateArgument> TypeConstraintArgs) const getAutoType() argument [all...] |