Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DExprConcepts.h212 void setDependent(bool IsDependent) { Dependent = IsDependent; } in setDependent() argument
/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp257 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 DSemaTemplate.cpp393 bool IsDependent = false; LookupTemplateName() local
10916 bool IsDependent = false; ActOnExplicitInstantiation() local
[all...]
H A DSemaLookup.cpp2685 bool IsDependent = false; LookupParsedName() local
H A DSemaCodeComplete.cpp5205 bool IsDependent = BaseType->isDependentType(); AddRecordMembersCompletionResults() local
H A DSemaDecl.cpp16938 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 DSemaDeclCXX.cpp17378 bool IsDependent = false; ActOnTemplatedFriendTag() local
H A DSemaExpr.cpp19600 auto IsDependent = [&]() { FixDependencyOfIdExpressionsInLambdaWithDependentObjectParameter() local
/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp2262 bool IsDependent = false; ParseClassSpecifier() local
H A DParseDecl.cpp5529 bool IsDependent = false; ParseEnumSpecifier() local
/llvm-project/clang/lib/AST/
H A DASTContext.cpp5896 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 DType.cpp5113 Profile(llvm::FoldingSetNodeID & ID,const ASTContext & Context,QualType Deduced,AutoTypeKeyword Keyword,bool IsDependent,ConceptDecl * CD,ArrayRef<TemplateArgument> Arguments) Profile() argument