Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprConcepts.h212 void setDependent(bool IsDependent) { Dependent = IsDependent; } in setDependent()
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp2098 bool IsDependent = false; ParseClassSpecifier() local
H A DParseDecl.cpp5153 bool IsDependent = false; ParseEnumSpecifier() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp258 bool IsDependent = false; getDestructorName() local
5475 EvaluateBooleanTypeTrait(Sema & S,TypeTrait Kind,SourceLocation KWLoc,ArrayRef<TypeSourceInfo * > Args,SourceLocation RParenLoc,bool IsDependent) EvaluateBooleanTypeTrait() argument
H A DSemaTemplate.cpp395 bool IsDependent = false; LookupTemplateName() local
10485 bool IsDependent = false; ActOnExplicitInstantiation() local
[all...]
H A DSemaCodeComplete.cpp5190 bool IsDependent = BaseType->isDependentType(); AddRecordMembersCompletionResults() local
H A DSemaDecl.cpp17222 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.cpp17657 bool IsDependent = false; ActOnTemplatedFriendTag() local
H A DSemaExpr.cpp20674 auto IsDependent = [&]() { FixDependencyOfIdExpressionsInLambdaWithDependentObjectParameter() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4839 Profile(llvm::FoldingSetNodeID & ID,const ASTContext & Context,QualType Deduced,AutoTypeKeyword Keyword,bool IsDependent,ConceptDecl * CD,ArrayRef<TemplateArgument> Arguments) Profile() argument
H A DASTContext.cpp5743 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...]