Searched defs:IsDependent (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprConcepts.h165 Requirement(RequirementKind Kind, bool IsDependent, argument
185 void setDependent(bool IsDependent) { Dependent = IsDependent; } argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1919 bool IsDependent = false; local
H A DParseDecl.cpp4635 bool IsDependent = false; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4184 Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context, QualType Deduced, AutoTypeKeyword Keyword, bool IsDependent, ConceptDecl *CD, ArrayRef<TemplateArgument> Arguments) argument
H A DASTContext.cpp5141 getAutoType(QualType DeducedType, AutoTypeKeyword Keyword, bool IsDependent, bool IsPack, ConceptDecl *TypeConstraintConcept, ArrayRef<TemplateArgument> TypeConstraintArgs) const argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4707 bool IsDependent = BaseType->isDependentType(); local
H A DSemaTemplate.cpp385 bool IsDependent = false; local
9583 bool IsDependent local
[all...]
H A DSemaDecl.cpp14848 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, SkipBodyInfo *SkipBody) argument

Completed in 214 milliseconds