Searched refs:IsDependent (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprConcepts.h170 Requirement(RequirementKind Kind, bool IsDependent, argument
172 Kind(Kind), Dependent(IsDependent),
190 void setDependent(bool IsDependent) { Dependent = IsDependent; } argument
H A DASTContext.h1598 bool IsDependent, bool IsPack = false,
1611 bool IsDependent) const;
H A DType.h5039 bool IsDependent, ConceptDecl *CD,
5074 QualType Deduced, bool IsDependent) {
5077 ID.AddBoolean(IsDependent);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp389 bool IsDependent = false; local
395 IsDependent = !LookupCtx && ObjectType->isDependentType();
396 assert((IsDependent || !ObjectType->isIncompleteType() ||
423 IsDependent = !LookupCtx && isDependentScopeSpecifier(SS);
447 IsDependent |= Found.wasNotFoundInCurrentInstantiation();
471 IsDependent |= Found.wasNotFoundInCurrentInstantiation();
492 if (AllFunctions || (Found.empty() && !IsDependent)) {
504 if (Found.empty() && !IsDependent && AllowTypoCorrection) {
543 if (IsDependent) {
9823 bool IsDependent local
[all...]
H A DSemaExprCXX.cpp249 bool IsDependent = false; local
255 IsDependent |= SearchType->isDependentType();
269 IsDependent |= isDependentScopeSpecifier(LookupSS);
354 if (IsDependent) {
H A DSemaCodeComplete.cpp4797 bool IsDependent = BaseType->isDependentType(); local
4798 if (!IsDependent) {
4801 IsDependent = Ctx->isDependentContext();
4806 if (IsDependent)
H A DSemaDecl.cpp15486 bool &OwnedDecl, bool &IsDependent,
15655 IsDependent = true;
15686 IsDependent = true;
15480 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
H A DSemaDeclCXX.cpp16309 bool IsDependent = false;
16313 MultiTemplateParamsArg(), Owned, IsDependent,
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp5517 bool IsDependent, bool IsPack,
5520 assert((!IsPack || IsDependent) && "only use IsPack for a dependent pack");
5522 !TypeConstraintConcept && !IsDependent)
5528 AutoType::Profile(ID, *this, DeducedType, Keyword, IsDependent,
5538 (IsDependent ? TypeDependence::DependentInstantiation
5552 TemplateName Template, QualType DeducedType, bool IsDependent) const {
5557 IsDependent);
5563 DeducedTemplateSpecializationType(Template, DeducedType, IsDependent);
5516 getAutoType(QualType DeducedType, AutoTypeKeyword Keyword, bool IsDependent, bool IsPack, ConceptDecl *TypeConstraintConcept, ArrayRef<TemplateArgument> TypeConstraintArgs) const argument
H A DType.cpp4410 bool IsDependent, ConceptDecl *CD,
4414 ID.AddBoolean(IsDependent);
4408 Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context, QualType Deduced, AutoTypeKeyword Keyword, bool IsDependent, ConceptDecl *CD, ArrayRef<TemplateArgument> Arguments) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp1950 bool IsDependent = false; local
1965 DS.getModulePrivateSpecLoc(), TParams, Owned, IsDependent,
1974 if (IsDependent) {
H A DParseDecl.cpp4699 bool IsDependent = false; local
4704 attrs, AS, DS.getModulePrivateSpecLoc(), TParams, Owned, IsDependent,
4726 if (IsDependent) {
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h3001 bool &IsDependent, SourceLocation ScopedEnumKWLoc,

Completed in 687 milliseconds