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

/external/clang/test/SemaTemplate/
H A Dinstantiate-var-template.cpp23 namespace InstantiationDependent { namespace
/external/clang/lib/AST/
H A DTemplateBase.cpp548 bool &InstantiationDependent,
557 InstantiationDependent = InstantiationDependent ||
592 bool &InstantiationDependent,
594 Base::initializeFrom(Info, Dependent, InstantiationDependent,
545 initializeFrom( const TemplateArgumentListInfo &Info, bool &Dependent, bool &InstantiationDependent, bool &ContainsUnexpandedParameterPack) argument
589 initializeFrom(SourceLocation TemplateKWLoc, const TemplateArgumentListInfo &Info, bool &Dependent, bool &InstantiationDependent, bool &ContainsUnexpandedParameterPack) argument
H A DExprCXX.cpp161 ExprBits.InstantiationDependent = true;
171 ExprBits.InstantiationDependent = true;
181 ExprBits.InstantiationDependent = true;
353 ExprBits.InstantiationDependent = true;
368 bool InstantiationDependent = false; local
372 InstantiationDependent,
379 if (InstantiationDependent)
380 ExprBits.InstantiationDependent = true;
432 bool InstantiationDependent = true; local
437 InstantiationDependent,
1213 bool InstantiationDependent = true; local
[all...]
H A DType.cpp154 /*InstantiationDependent=*/true,
1863 /*InstantiationDependent=*/D->isDependentType(),
1976 bool &InstantiationDependent) {
1978 InstantiationDependent);
1983 bool &InstantiationDependent) {
1986 InstantiationDependent = true;
1991 InstantiationDependent = true;
1975 anyDependentTemplateArguments(const TemplateArgumentListInfo &Args, bool &InstantiationDependent) argument
1982 anyDependentTemplateArguments(const TemplateArgumentLoc *Args, unsigned N, bool &InstantiationDependent) argument
H A DExpr.cpp216 bool &InstantiationDependent) {
219 InstantiationDependent = false;
234 InstantiationDependent = true;
237 InstantiationDependent = true;
247 InstantiationDependent = true;
252 InstantiationDependent = true;
258 InstantiationDependent = true;
278 InstantiationDependent = true;
288 InstantiationDependent = true;
302 InstantiationDependent
213 computeDeclRefDependence(const ASTContext &Ctx, NamedDecl *D, QualType T, bool &TypeDependent, bool &ValueDependent, bool &InstantiationDependent) argument
309 bool InstantiationDependent = false; local
350 bool InstantiationDependent = false; local
1424 bool InstantiationDependent = false; local
[all...]
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3731 bool InstantiationDependent = false; local
3733 VarSpec->getTemplateArgsInfo(), InstantiationDependent) &&
3736 (void)InstantiationDependent;
4420 bool InstantiationDependent = false; local
4424 VarTemplateArgs, InstantiationDependent))
H A DSemaTemplate.cpp2048 bool InstantiationDependent = false; local
2078 TemplateArgs, InstantiationDependent)) {
2489 bool InstantiationDependent;
2493 InstantiationDependent)) {
2714 bool InstantiationDependent = false; local
2716 TemplateArgs, InstantiationDependent)) {
2861 bool InstantiationDependent; local
2864 *TemplateArgs, InstantiationDependent)) {
6193 bool InstantiationDependent;
6198 InstantiationDependent)) {
[all...]
H A DSemaDecl.cpp7598 bool InstantiationDependent = false; local
7603 InstantiationDependent))) {
H A DSemaExpr.cpp13237 bool InstantiationDependent = false; local
13240 VarSpec->getTemplateArgsInfo(), InstantiationDependent)
/external/clang/include/clang/AST/
H A DType.h1198 unsigned InstantiationDependent : 1;
1386 bool InstantiationDependent, bool VariablyModified,
1392 TypeBits.InstantiationDependent = Dependent || InstantiationDependent;
1405 TypeBits.InstantiationDependent = true;
1408 TypeBits.InstantiationDependent = D; }
1642 return TypeBits.InstantiationDependent;
1872 /*InstantiationDependent=*/(K == Dependent),
2813 bool InstantiationDependent,
2816 : Type(tc, Canonical, Dependent, InstantiationDependent, VariablyModifie
1385 Type(TypeClass tc, QualType canon, bool Dependent, bool InstantiationDependent, bool VariablyModified, bool ContainsUnexpandedParameterPack) argument
4006 TypeWithKeyword(ElaboratedTypeKeyword Keyword, TypeClass tc, QualType Canonical, bool Dependent, bool InstantiationDependent, bool VariablyModified, bool ContainsUnexpandedParameterPack) argument
[all...]

Completed in 701 milliseconds