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

  /external/clang/test/SemaTemplate/
instantiate-var-template.cpp 23 namespace InstantiationDependent {
  /external/clang/lib/AST/
ExprCXX.cpp 164 ExprBits.InstantiationDependent = true;
174 ExprBits.InstantiationDependent = true;
184 ExprBits.InstantiationDependent = true;
358 ExprBits.InstantiationDependent = true;
374 bool InstantiationDependent = false;
378 InstantiationDependent,
385 if (InstantiationDependent)
386 ExprBits.InstantiationDependent = true;
439 bool InstantiationDependent = true;
444 InstantiationDependent,
    [all...]
TemplateBase.cpp 537 bool &InstantiationDependent,
546 InstantiationDependent = InstantiationDependent ||
581 bool &InstantiationDependent,
583 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 154 /*InstantiationDependent=*/true,
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
TemplateBase.h 597 bool &Dependent, bool &InstantiationDependent,
632 bool &Dependent, bool &InstantiationDependent,
Expr.h 113 ExprBits.InstantiationDependent = ID;
152 ExprBits.InstantiationDependent = true;
172 ExprBits.InstantiationDependent = true;
193 return ExprBits.InstantiationDependent;
198 ExprBits.InstantiationDependent = ID;
    [all...]
ExprCXX.h     [all...]
Stmt.h 169 unsigned InstantiationDependent : 1;
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 794 milliseconds