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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp1578 bool IsDependent = false; local
H A DParseDecl.cpp3755 bool IsDependent = false; local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp3613 bool IsDependent = BaseType->isDependentType(); local
H A DSemaTemplate.cpp7100 bool IsDependent = false; local
H A DSemaDecl.cpp10328 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.cpp11376 bool IsDependent = false; local
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h3633 AutoType(QualType DeducedType, bool IsDecltypeAuto, bool IsDependent) argument
3667 Profile(llvm::FoldingSetNodeID &ID, QualType Deduced, bool IsDecltypeAuto, bool IsDependent) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp4740 bool IsDependent = Deduced.isNull() ? Record[Idx++] : false; local
4750 bool IsDependent = Record[Idx++]; local
4764 bool IsDependent = Record[Idx++]; local
4917 bool IsDependent = Record[Idx++]; local

Completed in 376 milliseconds