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

/external/clang/lib/Parse/
H A DParseDeclCXX.cpp1405 bool IsDependent = false; local
1419 TParams, Owned, IsDependent,
1425 if (IsDependent) {
H A DParseDecl.cpp3312 bool IsDependent = false; local
3318 Owned, IsDependent, ScopedEnumKWLoc,
3321 if (IsDependent) {
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp3525 bool IsDependent = BaseType->isDependentType(); local
3526 if (!IsDependent) {
3529 IsDependent = Ctx->isDependentContext();
3534 if (IsDependent)
H A DSemaTemplate.cpp6506 bool IsDependent = false; local
6510 MultiTemplateParamsArg(), Owned, IsDependent,
6512 assert(!IsDependent && "explicit instantiation of dependent name not yet handled");
H A DSemaDecl.cpp8345 bool &OwnedDecl, bool &IsDependent,
8453 IsDependent = true;
8484 IsDependent = true;
8339 ActOnTag(Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc, CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation NameLoc, AttributeList *Attr, AccessSpecifier AS, SourceLocation ModulePrivateLoc, MultiTemplateParamsArg TemplateParameterLists, bool &OwnedDecl, bool &IsDependent, SourceLocation ScopedEnumKWLoc, bool ScopedEnumUsesClassTag, TypeResult UnderlyingType) argument
H A DSemaDeclCXX.cpp9961 bool IsDependent = false; local
9965 MultiTemplateParamsArg(), Owned, IsDependent,
/external/clang/lib/Serialization/
H A DASTReader.cpp3967 bool IsDependent = Record[Idx++]; local
3971 const_cast<Type*>(T.getTypePtr())->setDependent(IsDependent);
3981 bool IsDependent = Record[Idx++]; local
3984 const_cast<Type*>(T.getTypePtr())->setDependent(IsDependent);
4134 bool IsDependent = Record[Idx++]; local
4146 const_cast<Type*>(T.getTypePtr())->setDependent(IsDependent);

Completed in 208 milliseconds