Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConcepts.cpp65 const ConstraintSatisfaction *Satisfaction, bool Dependent, in ConceptSpecializationExpr()
86 bool Dependent, in Create()
126 bool Dependent = false; in RequiresExpr() local
H A DASTConcept.cpp152 bool Dependent = in ReturnTypeRequirement() local
H A DDeclBase.cpp2207 bool Dependent = isDependentContext(); in CreateStoredDeclsMap() local
2226 void StoredDeclsMap::DestroyAll(StoredDeclsMap *Map, bool Dependent) { in DestroyAll()
H A DItaniumMangle.cpp2275 DependentTemplateName *Dependent = Template.getAsDependentTemplateName(); in mangleTemplatePrefix() local
2401 const DependentTemplateName *Dependent = TN.getAsDependentTemplateName(); in mangleType() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDependenceFlags.h64 Dependent = 4, enumerator
125 Dependent = Type | Value, in LLVM_COMMON_DEPENDENCE() enumerator
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp242 const SymbolRef Dependent) { in addSymbolDependency()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp153 bool Dependent; member
H A DSemaTypeTraits.cpp1541 bool Dependent = false; in BuildTypeTrait() local
H A DSemaExpr.cpp16079 bool Dependent = ArgTy->isDependentType(); in BuildBuiltinOffsetOf() local
18240 Dependent, enumerator
H A DSemaChecking.cpp5391 bool Dependent = false; in BuiltinComplex() local
H A DSemaDeclCXX.cpp4731 bool Dependent = CurContext->isDependentContext() && in BuildBaseInitializer() local
H A DTreeTransform.h9327 bool Dependent = false; in TransformMSDependentExistsStmt() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h458 Dependent // effect(expr) where expr is dependent. enumerator
796 Dependent, enumerator
3813 bool mightBeIntendedToBeTemplateName(ExprResult E, bool &Dependent) { in mightBeIntendedToBeTemplateName()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h142 Dependent enumerator