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

/external/clang/lib/AST/
H A DTemplateBase.cpp580 bool &InstantiationDependent,
589 InstantiationDependent = InstantiationDependent ||
624 bool &InstantiationDependent,
626 Base::initializeFrom(Info, Dependent, InstantiationDependent,
577 initializeFrom( const TemplateArgumentListInfo &Info, bool &Dependent, bool &InstantiationDependent, bool &ContainsUnexpandedParameterPack) argument
621 initializeFrom(SourceLocation TemplateKWLoc, const TemplateArgumentListInfo &Info, bool &Dependent, bool &InstantiationDependent, bool &ContainsUnexpandedParameterPack) argument
H A DExprCXX.cpp87 ExprBits.InstantiationDependent = true;
97 ExprBits.InstantiationDependent = true;
107 ExprBits.InstantiationDependent = true;
280 ExprBits.InstantiationDependent = true;
296 bool InstantiationDependent = false; local
300 InstantiationDependent,
307 if (InstantiationDependent)
308 ExprBits.InstantiationDependent = true;
361 bool InstantiationDependent = true; local
366 InstantiationDependent,
1071 bool InstantiationDependent = true; local
[all...]
H A DType.cpp133 /*InstantiationDependent=*/true,
1763 /*InstantiationDependent=*/D->isDependentType(),
1837 bool &InstantiationDependent) {
1839 InstantiationDependent);
1844 bool &InstantiationDependent) {
1847 InstantiationDependent = true;
1852 InstantiationDependent = true;
1859 bool &InstantiationDependent) {
1862 InstantiationDependent = true;
1867 InstantiationDependent
1836 anyDependentTemplateArguments(const TemplateArgumentListInfo &Args, bool &InstantiationDependent) argument
1843 anyDependentTemplateArguments(const TemplateArgumentLoc *Args, unsigned N, bool &InstantiationDependent) argument
1858 anyDependentTemplateArguments(const TemplateArgument *Args, unsigned N, bool &InstantiationDependent) argument
1890 bool InstantiationDependent; local
[all...]
H A DExpr.cpp157 bool &InstantiationDependent) {
160 InstantiationDependent = false;
175 InstantiationDependent = true;
178 InstantiationDependent = true;
188 InstantiationDependent = true;
193 InstantiationDependent = true;
199 InstantiationDependent = true;
219 InstantiationDependent = true;
229 InstantiationDependent = true;
240 InstantiationDependent
154 computeDeclRefDependence(ASTContext &Ctx, NamedDecl *D, QualType T, bool &TypeDependent, bool &ValueDependent, bool &InstantiationDependent) argument
247 bool InstantiationDependent = false; local
299 bool InstantiationDependent = false; local
1228 bool InstantiationDependent = false; local
[all...]
/external/clang/lib/Sema/
H A DSemaTemplate.cpp1992 bool InstantiationDependent = false; local
2023 TemplateArgs, InstantiationDependent)) {
5340 bool InstantiationDependent;
5345 InstantiationDependent)) {
H A DSemaDecl.cpp5626 bool InstantiationDependent = false; local
5631 InstantiationDependent))) {
/external/clang/include/clang/AST/
H A DType.h1145 unsigned InstantiationDependent : 1;
1332 bool InstantiationDependent, bool VariablyModified,
1338 TypeBits.InstantiationDependent = Dependent || InstantiationDependent;
1352 TypeBits.InstantiationDependent = true;
1355 TypeBits.InstantiationDependent = D; }
1575 return TypeBits.InstantiationDependent;
1778 /*InstantiationDependent=*/(K == Dependent),
2655 bool InstantiationDependent,
2658 : Type(tc, Canonical, Dependent, InstantiationDependent, VariablyModifie
1331 Type(TypeClass tc, QualType canon, bool Dependent, bool InstantiationDependent, bool VariablyModified, bool ContainsUnexpandedParameterPack) argument
3836 TypeWithKeyword(ElaboratedTypeKeyword Keyword, TypeClass tc, QualType Canonical, bool Dependent, bool InstantiationDependent, bool VariablyModified, bool ContainsUnexpandedParameterPack) argument
[all...]

Completed in 241 milliseconds