Searched defs:Dependent (Results 1 - 14 of 14) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DTemplateBase.cpp532 initializeFrom( const TemplateArgumentListInfo &Info, bool &Dependent, bool &InstantiationDependent, bool &ContainsUnexpandedParameterPack) argument
576 initializeFrom(SourceLocation TemplateKWLoc, const TemplateArgumentListInfo &Info, bool &Dependent, bool &InstantiationDependent, bool &ContainsUnexpandedParameterPack) argument
H A DDeclBase.cpp1524 bool Dependent = isDependentContext(); local
1542 void StoredDeclsMap::DestroyAll(StoredDeclsMap *Map, bool Dependent) { argument
H A DDeclCXX.cpp108 CreateLambda(const ASTContext &C, DeclContext *DC, TypeSourceInfo *Info, SourceLocation Loc, bool Dependent, bool IsGeneric, LambdaCaptureDefault CaptureDefault) argument
H A DExprCXX.cpp374 bool Dependent = false; local
439 bool Dependent = true; local
1195 bool Dependent = true; local
H A DItaniumMangle.cpp1522 DependentTemplateName *Dependent = Template.getAsDependentTemplateName(); local
1582 const DependentTemplateName *Dependent = TN.getAsDependentTemplateName(); local
[all...]
H A DExpr.cpp389 bool Dependent = false; local
1385 bool Dependent = false; local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp351 addSymbolDependency(const SymbolRef Primary, const SymbolRef Dependent) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAccess.cpp144 bool Dependent; member in struct:__anon3368::EffectiveContext
H A DSemaTemplateDeduction.cpp3937 bool Dependent = local
H A DSemaExprCXX.cpp3697 bool Dependent = false; local
H A DTreeTransform.h6165 bool Dependent = false; local
H A DSemaExpr.cpp4426 bool Dependent = false; local
9942 bool Dependent = ArgTy->isDependentType(); local
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h527 unsigned Dependent : 1; member in struct:clang::CXXRecordDecl::LambdaDefinitionData
509 LambdaDefinitionData(CXXRecordDecl *D, TypeSourceInfo *Info, bool Dependent, bool IsGeneric, LambdaCaptureDefault CaptureDefault) argument
H A DType.h1364 Type(TypeClass tc, QualType canon, bool Dependent, argument
3925 TypeWithKeyword(ElaboratedTypeKeyword Keyword, TypeClass tc, QualType Canonical, bool Dependent, bool InstantiationDependent, bool VariablyModified, bool ContainsUnexpandedParameterPack) argument
[all...]

Completed in 400 milliseconds