HomeSort by relevance Sort by last modified time
    Searched full:instantiationdependent (Results 1 - 15 of 15) sorted by null

  /external/clang/test/SemaTemplate/
instantiate-var-template.cpp 23 namespace InstantiationDependent {
  /external/clang/lib/AST/
ExprObjC.cpp 30 ExprBits.InstantiationDependent = true;
71 ExprBits.InstantiationDependent = true;
144 /*InstantiationDependent=*/false,
203 ExprBits.InstantiationDependent = true;
ExprCXX.cpp 161 ExprBits.InstantiationDependent = true;
171 ExprBits.InstantiationDependent = true;
181 ExprBits.InstantiationDependent = true;
353 ExprBits.InstantiationDependent = true;
368 bool InstantiationDependent = false;
372 InstantiationDependent,
379 if (InstantiationDependent)
380 ExprBits.InstantiationDependent = true;
432 bool InstantiationDependent = true;
437 InstantiationDependent,
    [all...]
TemplateBase.cpp 546 bool &InstantiationDependent,
555 InstantiationDependent = InstantiationDependent ||
590 bool &InstantiationDependent,
592 Base::initializeFrom(Info, Dependent, InstantiationDependent,
Expr.cpp 216 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 = true
    [all...]
Type.cpp 155 /*InstantiationDependent=*/true,
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
TemplateBase.h 603 bool &Dependent, bool &InstantiationDependent,
638 bool &Dependent, bool &InstantiationDependent,
Expr.h 114 ExprBits.InstantiationDependent = ID;
189 return ExprBits.InstantiationDependent;
194 ExprBits.InstantiationDependent = ID;
    [all...]
Stmt.h 124 unsigned InstantiationDependent : 1;
    [all...]
ExprCXX.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 1129 milliseconds