HomeSort by relevance Sort by last modified time
    Searched refs:InstantiationDependent (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/AST/
Expr.cpp 142 bool &InstantiationDependent) {
145 InstantiationDependent = false;
160 InstantiationDependent = true;
163 InstantiationDependent = true;
173 InstantiationDependent = true;
178 InstantiationDependent = true;
184 InstantiationDependent = true;
204 InstantiationDependent = true;
214 InstantiationDependent = true;
225 InstantiationDependent = true
    [all...]
ExprCXX.cpp 71 ExprBits.InstantiationDependent = true;
81 ExprBits.InstantiationDependent = true;
91 ExprBits.InstantiationDependent = true;
286 bool InstantiationDependent = false;
290 InstantiationDependent,
297 if (InstantiationDependent)
298 ExprBits.InstantiationDependent = true;
351 bool InstantiationDependent = true;
356 InstantiationDependent,
750 ExprBits.InstantiationDependent = true
    [all...]
Type.cpp 133 /*InstantiationDependent=*/true,
    [all...]
  /external/clang/include/clang/AST/
TemplateBase.h 588 bool &Dependent, bool &InstantiationDependent,
623 bool &Dependent, bool &InstantiationDependent,
Type.h     [all...]
Expr.h 65 ExprBits.InstantiationDependent = ID;
104 ExprBits.InstantiationDependent = true;
124 ExprBits.InstantiationDependent = true;
145 return ExprBits.InstantiationDependent;
150 ExprBits.InstantiationDependent = ID;
    [all...]
Stmt.h 161 unsigned InstantiationDependent : 1;
    [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 247 milliseconds