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

  /external/clang/lib/AST/
ExprCXX.cpp 87 ExprBits.InstantiationDependent = true;
97 ExprBits.InstantiationDependent = true;
107 ExprBits.InstantiationDependent = true;
280 ExprBits.InstantiationDependent = true;
296 bool InstantiationDependent = false;
300 InstantiationDependent,
307 if (InstantiationDependent)
308 ExprBits.InstantiationDependent = true;
361 bool InstantiationDependent = true;
366 InstantiationDependent,
    [all...]
Expr.cpp 157 bool &InstantiationDependent) {
160 InstantiationDependent = false;
175 InstantiationDependent = true;
178 InstantiationDependent = true;
188 InstantiationDependent = true;
193 InstantiationDependent = true;
199 InstantiationDependent = true;
219 InstantiationDependent = true;
229 InstantiationDependent = true;
240 InstantiationDependent = true
    [all...]
Type.cpp 133 /*InstantiationDependent=*/true,
    [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 148 milliseconds