Home
last modified time | relevance | path

Searched defs:InstantiationDependent (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/AST/
DTemplateBase.cpp592 bool &InstantiationDependent, in initializeFrom()
636 bool &InstantiationDependent, in initializeFrom()
DType.cpp1887 bool &InstantiationDependent) { in anyDependentTemplateArguments()
1894 bool &InstantiationDependent) { in anyDependentTemplateArguments()
1909 bool &InstantiationDependent) { in anyDependentTemplateArguments()
1940 bool InstantiationDependent; in TemplateSpecializationType() local
DExprCXX.cpp311 bool InstantiationDependent = false; in OverloadExpr() local
376 bool InstantiationDependent = true; in DependentScopeDeclRefExpr() local
1101 bool InstantiationDependent = true; in CXXDependentScopeMemberExpr() local
DExpr.cpp228 bool &InstantiationDependent) { in computeDeclRefDependence()
318 bool InstantiationDependent = false; in computeDependence() local
370 bool InstantiationDependent = false; in DeclRefExpr() local
1319 bool InstantiationDependent = false; in Create() local
/external/clang/lib/Sema/
DSemaTemplate.cpp1993 bool InstantiationDependent = false; in CheckTemplateIdType() local
5350 bool InstantiationDependent; in ActOnClassTemplateSpecialization() local
DSemaDecl.cpp6279 bool InstantiationDependent = false; in ActOnFunctionDeclarator() local
/external/clang/include/clang/AST/
DStmt.h165 unsigned InstantiationDependent : 1; variable