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

/external/clang/lib/AST/
H A DTemplateBase.cpp531 bool &InstantiationDependent,
540 InstantiationDependent = InstantiationDependent ||
575 bool &InstantiationDependent,
577 Base::initializeFrom(Info, Dependent, InstantiationDependent,
528 initializeFrom( const TemplateArgumentListInfo &Info, bool &Dependent, bool &InstantiationDependent, bool &ContainsUnexpandedParameterPack) argument
572 initializeFrom(SourceLocation TemplateKWLoc, const TemplateArgumentListInfo &Info, bool &Dependent, bool &InstantiationDependent, bool &ContainsUnexpandedParameterPack) argument
H A DExprCXX.cpp105 ExprBits.InstantiationDependent = true;
115 ExprBits.InstantiationDependent = true;
125 ExprBits.InstantiationDependent = true;
297 ExprBits.InstantiationDependent = true;
313 bool InstantiationDependent = false; local
317 InstantiationDependent,
324 if (InstantiationDependent)
325 ExprBits.InstantiationDependent = true;
378 bool InstantiationDependent = true; local
383 InstantiationDependent,
1126 bool InstantiationDependent = true; local
[all...]
H A DType.cpp154 /*InstantiationDependent=*/true,
1810 /*InstantiationDependent=*/D->isDependentType(),
1925 bool &InstantiationDependent) {
1927 InstantiationDependent);
1932 bool &InstantiationDependent) {
1935 InstantiationDependent = true;
1940 InstantiationDependent = true;
1948 bool &InstantiationDependent) {
1951 InstantiationDependent = true;
1956 InstantiationDependent
1924 anyDependentTemplateArguments(const TemplateArgumentListInfo &Args, bool &InstantiationDependent) argument
1931 anyDependentTemplateArguments(const TemplateArgumentLoc *Args, unsigned N, bool &InstantiationDependent) argument
1947 anyDependentTemplateArguments(const TemplateArgument *Args, unsigned N, bool &InstantiationDependent) argument
1980 bool InstantiationDependent; local
[all...]
H A DExpr.cpp244 bool &InstantiationDependent) {
247 InstantiationDependent = false;
262 InstantiationDependent = true;
265 InstantiationDependent = true;
275 InstantiationDependent = true;
280 InstantiationDependent = true;
286 InstantiationDependent = true;
306 InstantiationDependent = true;
316 InstantiationDependent = true;
327 InstantiationDependent
241 computeDeclRefDependence(ASTContext &Ctx, NamedDecl *D, QualType T, bool &TypeDependent, bool &ValueDependent, bool &InstantiationDependent) argument
334 bool InstantiationDependent = false; local
386 bool InstantiationDependent = false; local
1335 bool InstantiationDependent = false; local
[all...]
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3459 bool InstantiationDependent = false; local
3461 VarSpec->getTemplateArgsInfo(), InstantiationDependent) &&
3464 (void)InstantiationDependent;
4069 bool InstantiationDependent = false; local
4073 VarTemplateArgs, InstantiationDependent))
H A DSemaTemplate.cpp1991 bool InstantiationDependent = false; local
2022 TemplateArgs, InstantiationDependent)) {
2376 bool InstantiationDependent;
2380 InstantiationDependent)) {
2586 bool InstantiationDependent = false; local
2588 TemplateArgs, InstantiationDependent)) {
5801 bool InstantiationDependent;
5806 InstantiationDependent)) {
H A DSemaDecl.cpp6922 bool InstantiationDependent = false; local
6927 InstantiationDependent))) {
H A DSemaExpr.cpp11760 bool InstantiationDependent = false; local
11763 VarSpec->getTemplateArgsInfo(), InstantiationDependent)
/external/clang/include/clang/AST/
H A DType.h1183 unsigned InstantiationDependent : 1;
1365 bool InstantiationDependent, bool VariablyModified,
1371 TypeBits.InstantiationDependent = Dependent || InstantiationDependent;
1384 TypeBits.InstantiationDependent = true;
1387 TypeBits.InstantiationDependent = D; }
1620 return TypeBits.InstantiationDependent;
1841 /*InstantiationDependent=*/(K == Dependent),
2741 bool InstantiationDependent,
2744 : Type(tc, Canonical, Dependent, InstantiationDependent, VariablyModifie
1364 Type(TypeClass tc, QualType canon, bool Dependent, bool InstantiationDependent, bool VariablyModified, bool ContainsUnexpandedParameterPack) argument
3905 TypeWithKeyword(ElaboratedTypeKeyword Keyword, TypeClass tc, QualType Canonical, bool Dependent, bool InstantiationDependent, bool VariablyModified, bool ContainsUnexpandedParameterPack) argument
[all...]

Completed in 698 milliseconds