Home
last modified time | relevance | path

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

/external/llvm/docs/
DExtensions.rst37 Relocations
74 ``.linkonce`` Directive
111 ``.section`` Directive
172 ``.section`` Directive
/external/jmonkeyengine/engine/src/core/checkers/quals/
DDependent.java26 public @interface Dependent { annotation
/external/clang/lib/AST/
DTemplateBase.cpp547 bool &Dependent, in initializeFrom()
591 bool &Dependent, in initializeFrom()
DExprCXX.cpp367 bool Dependent = false; in OverloadExpr() local
431 bool Dependent = true; in DependentScopeDeclRefExpr() local
1212 bool Dependent = true; in CXXDependentScopeMemberExpr() local
DDeclBase.cpp1622 bool Dependent = isDependentContext(); in CreateStoredDeclsMap() local
1640 void StoredDeclsMap::DestroyAll(StoredDeclsMap *Map, bool Dependent) { in DestroyAll()
DItaniumMangle.cpp674 DependentTemplateName *Dependent = Template.getAsDependentTemplateName(); in mangleUnscopedTemplateName() local
1389 DependentTemplateName *Dependent = Template.getAsDependentTemplateName(); in mangleTemplatePrefix() local
1449 const DependentTemplateName *Dependent = TN.getAsDependentTemplateName(); in mangleType() local
DExpr.cpp349 bool Dependent = false; in DeclRefExpr() local
1423 bool Dependent = false; in Create() local
DDeclCXX.cpp113 bool Dependent, bool IsGeneric, in CreateLambda()
/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp348 const SymbolRef Dependent) { in addSymbolDependency()
/external/clang/test/CXX/temp/temp.decls/temp.friend/
Dp1.cpp146 namespace Dependent { namespace
/external/clang/lib/Sema/
DSemaAccess.cpp144 bool Dependent; member
DSemaTemplateDeduction.cpp3889 bool Dependent = in TransformAutoType() local
DSemaExprCXX.cpp3861 bool Dependent = false; in BuildTypeTrait() local
DSemaOpenMP.cpp2002 bool OpenMPIterationSpaceChecker::Dependent() const { in Dependent() function in __anon216cbd260911::OpenMPIterationSpaceChecker
DSemaExpr.cpp4727 bool Dependent = false; in ActOnCallExpr() local
10872 bool Dependent = ArgTy->isDependentType(); in BuildBuiltinOffsetOf() local
DTreeTransform.h6527 bool Dependent = false; in TransformMSDependentExistsStmt() local
DSemaDeclCXX.cpp3223 bool Dependent = BaseType->isDependentType() || Init->isTypeDependent(); in BuildBaseInitializer() local
/external/clang/include/clang/AST/
DDeclCXX.h557 unsigned Dependent : 1; member