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.cpp537 bool &InstantiationDependent,
546 InstantiationDependent = InstantiationDependent ||
581 bool &InstantiationDependent,
583 Base::initializeFrom(Info, Dependent, InstantiationDependent,
534 initializeFrom( const TemplateArgumentListInfo &Info, bool &Dependent, bool &InstantiationDependent, bool &ContainsUnexpandedParameterPack) argument
578 initializeFrom(SourceLocation TemplateKWLoc, const TemplateArgumentListInfo &Info, bool &Dependent, bool &InstantiationDependent, bool &ContainsUnexpandedParameterPack) argument
H A DExprCXX.cpp164 ExprBits.InstantiationDependent = true;
174 ExprBits.InstantiationDependent = true;
184 ExprBits.InstantiationDependent = true;
358 ExprBits.InstantiationDependent = true;
374 bool InstantiationDependent = false; local
378 InstantiationDependent,
385 if (InstantiationDependent)
386 ExprBits.InstantiationDependent = true;
439 bool InstantiationDependent = true; local
444 InstantiationDependent,
1208 bool InstantiationDependent = true; local
[all...]
H A DType.cpp154 /*InstantiationDependent=*/true,
1846 /*InstantiationDependent=*/D->isDependentType(),
1961 bool &InstantiationDependent) {
1963 InstantiationDependent);
1968 bool &InstantiationDependent) {
1971 InstantiationDependent = true;
1976 InstantiationDependent = true;
1984 bool &InstantiationDependent) {
1987 InstantiationDependent = true;
1992 InstantiationDependent
1960 anyDependentTemplateArguments(const TemplateArgumentListInfo &Args, bool &InstantiationDependent) argument
1967 anyDependentTemplateArguments(const TemplateArgumentLoc *Args, unsigned N, bool &InstantiationDependent) argument
1983 anyDependentTemplateArguments(const TemplateArgument *Args, unsigned N, bool &InstantiationDependent) argument
2016 bool InstantiationDependent; local
[all...]
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
361 bool InstantiationDependent = false; local
1374 bool InstantiationDependent = false; local
[all...]
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3742 bool InstantiationDependent = false; local
3744 VarSpec->getTemplateArgsInfo(), InstantiationDependent) &&
3747 (void)InstantiationDependent;
4452 bool InstantiationDependent = false; local
4456 VarTemplateArgs, InstantiationDependent))
H A DSemaTemplate.cpp2030 bool InstantiationDependent = false; local
2060 TemplateArgs, InstantiationDependent)) {
2471 bool InstantiationDependent;
2475 InstantiationDependent)) {
2696 bool InstantiationDependent = false; local
2698 TemplateArgs, InstantiationDependent)) {
2843 bool InstantiationDependent; local
2846 *TemplateArgs, InstantiationDependent)) {
6070 bool InstantiationDependent;
6075 InstantiationDependent)) {
[all...]
H A DSemaDecl.cpp7328 bool InstantiationDependent = false; local
7333 InstantiationDependent))) {
H A DSemaExpr.cpp12498 bool InstantiationDependent = false; local
12501 VarSpec->getTemplateArgsInfo(), InstantiationDependent)
/external/clang/include/clang/AST/
H A DType.h1182 unsigned InstantiationDependent : 1;
1364 bool InstantiationDependent, bool VariablyModified,
1370 TypeBits.InstantiationDependent = Dependent || InstantiationDependent;
1383 TypeBits.InstantiationDependent = true;
1386 TypeBits.InstantiationDependent = D; }
1619 return TypeBits.InstantiationDependent;
1844 /*InstantiationDependent=*/(K == Dependent),
2769 bool InstantiationDependent,
2772 : Type(tc, Canonical, Dependent, InstantiationDependent, VariablyModifie
1363 Type(TypeClass tc, QualType canon, bool Dependent, bool InstantiationDependent, bool VariablyModified, bool ContainsUnexpandedParameterPack) argument
3950 TypeWithKeyword(ElaboratedTypeKeyword Keyword, TypeClass tc, QualType Canonical, bool Dependent, bool InstantiationDependent, bool VariablyModified, bool ContainsUnexpandedParameterPack) argument
[all...]

Completed in 3406 milliseconds