Searched refs:InstantiationDependent (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/AST/ |
D | Expr.cpp | 228 bool &InstantiationDependent) { in computeDeclRefDependence() argument 231 InstantiationDependent = false; in computeDeclRefDependence() 246 InstantiationDependent = true; in computeDeclRefDependence() 249 InstantiationDependent = true; in computeDeclRefDependence() 259 InstantiationDependent = true; in computeDeclRefDependence() 264 InstantiationDependent = true; in computeDeclRefDependence() 270 InstantiationDependent = true; in computeDeclRefDependence() 290 InstantiationDependent = true; in computeDeclRefDependence() 300 InstantiationDependent = true; in computeDeclRefDependence() 311 InstantiationDependent = true; in computeDeclRefDependence() [all …]
|
D | TemplateBase.cpp | 592 bool &InstantiationDependent, in initializeFrom() argument 601 InstantiationDependent = InstantiationDependent || in initializeFrom() 636 bool &InstantiationDependent, in initializeFrom() argument 638 Base::initializeFrom(Info, Dependent, InstantiationDependent, in initializeFrom()
|
D | ExprCXX.cpp | 105 ExprBits.InstantiationDependent = true; in CXXNewExpr() 115 ExprBits.InstantiationDependent = true; in CXXNewExpr() 125 ExprBits.InstantiationDependent = true; in CXXNewExpr() 295 ExprBits.InstantiationDependent = true; in OverloadExpr() 311 bool InstantiationDependent = false; in OverloadExpr() local 315 InstantiationDependent, in OverloadExpr() 322 if (InstantiationDependent) in OverloadExpr() 323 ExprBits.InstantiationDependent = true; in OverloadExpr() 376 bool InstantiationDependent = true; in DependentScopeDeclRefExpr() local 381 InstantiationDependent, in DependentScopeDeclRefExpr() [all …]
|
D | Type.cpp | 1887 bool &InstantiationDependent) { in anyDependentTemplateArguments() argument 1889 InstantiationDependent); in anyDependentTemplateArguments() 1894 bool &InstantiationDependent) { in anyDependentTemplateArguments() argument 1897 InstantiationDependent = true; in anyDependentTemplateArguments() 1902 InstantiationDependent = true; in anyDependentTemplateArguments() 1909 bool &InstantiationDependent) { in anyDependentTemplateArguments() argument 1912 InstantiationDependent = true; in anyDependentTemplateArguments() 1917 InstantiationDependent = true; in anyDependentTemplateArguments() 1940 bool InstantiationDependent; in TemplateSpecializationType() local 1941 (void)InstantiationDependent; in TemplateSpecializationType() [all …]
|
/external/clang/include/clang/AST/ |
D | Type.h | 1185 unsigned InstantiationDependent : 1; 1355 bool InstantiationDependent, bool VariablyModified, 1361 TypeBits.InstantiationDependent = Dependent || InstantiationDependent; 1374 TypeBits.InstantiationDependent = true; 1377 TypeBits.InstantiationDependent = D; } 1611 return TypeBits.InstantiationDependent; 2687 bool InstantiationDependent, 2690 : Type(tc, Canonical, Dependent, InstantiationDependent, VariablyModified, 3640 bool &InstantiationDependent); 3644 bool &InstantiationDependent); [all …]
|
D | TemplateBase.h | 590 bool &Dependent, bool &InstantiationDependent, 625 bool &Dependent, bool &InstantiationDependent,
|
D | Expr.h | 113 ExprBits.InstantiationDependent = ID; in Expr() 152 ExprBits.InstantiationDependent = true; in setValueDependent() 172 ExprBits.InstantiationDependent = true; in setTypeDependent() 193 return ExprBits.InstantiationDependent; in isInstantiationDependent() 198 ExprBits.InstantiationDependent = ID; in setInstantiationDependent()
|
D | Stmt.h | 165 unsigned InstantiationDependent : 1; variable
|
/external/clang/lib/Sema/ |
D | SemaTemplate.cpp | 1993 bool InstantiationDependent = false; in CheckTemplateIdType() local 2024 TemplateArgs, InstantiationDependent)) { in CheckTemplateIdType() 5350 bool InstantiationDependent; in ActOnClassTemplateSpecialization() local 5355 InstantiationDependent)) { in ActOnClassTemplateSpecialization()
|
D | SemaDecl.cpp | 6279 bool InstantiationDependent = false; in ActOnFunctionDeclarator() local 6284 InstantiationDependent))) { in ActOnFunctionDeclarator()
|