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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp111 CreateLambda(const ASTContext &C, DeclContext *DC, TypeSourceInfo *Info, SourceLocation Loc, bool Dependent, bool IsGeneric, LambdaCaptureDefault CaptureDefault) argument
H A DTemplateBase.cpp559 initializeFrom( SourceLocation TemplateKWLoc, const TemplateArgumentListInfo &Info, TemplateArgumentLoc *OutArgArray, bool &Dependent, bool &InstantiationDependent, bool &ContainsUnexpandedParameterPack) argument
H A DDeclBase.cpp1663 bool Dependent = isDependentContext(); local
1681 void StoredDeclsMap::DestroyAll(StoredDeclsMap *Map, bool Dependent) { argument
H A DExprCXX.cpp370 bool Dependent = false; local
433 bool Dependent = true; local
1192 bool Dependent = true; local
H A DItaniumMangle.cpp1388 DependentTemplateName *Dependent = Template.getAsDependentTemplateName(); local
1448 const DependentTemplateName *Dependent = TN.getAsDependentTemplateName(); local
[all...]
H A DExpr.cpp350 bool Dependent = false; local
1447 bool Dependent = false; local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp347 addSymbolDependency(const SymbolRef Primary, const SymbolRef Dependent) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAccess.cpp144 bool Dependent; member in struct:__anon3968::EffectiveContext
H A DSemaTemplateDeduction.cpp3962 bool Dependent = local
H A DSemaExpr.cpp5037 bool Dependent = false; local
11349 bool Dependent = ArgTy->isDependentType(); local
H A DTreeTransform.h6939 bool Dependent = false; local
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h557 unsigned Dependent : 1; member in struct:clang::CXXRecordDecl::LambdaDefinitionData
533 LambdaDefinitionData(CXXRecordDecl *D, TypeSourceInfo *Info, bool Dependent, bool IsGeneric, LambdaCaptureDefault CaptureDefault) argument
H A DType.h1470 Type(TypeClass tc, QualType canon, bool Dependent, argument
4213 TypeWithKeyword(ElaboratedTypeKeyword Keyword, TypeClass tc, QualType Canonical, bool Dependent, bool InstantiationDependent, bool VariablyModified, bool ContainsUnexpandedParameterPack) argument
[all...]

Completed in 387 milliseconds