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 105 ExprBits.InstantiationDependent = true;
115 ExprBits.InstantiationDependent = true;
125 ExprBits.InstantiationDependent = true;
295 ExprBits.InstantiationDependent = true;
311 bool InstantiationDependent = false;
315 InstantiationDependent,
322 if (InstantiationDependent)
323 ExprBits.InstantiationDependent = true;
376 bool InstantiationDependent = true;
381 InstantiationDependent,
    [all...]
Expr.cpp 228 bool &InstantiationDependent) {
231 InstantiationDependent = false;
246 InstantiationDependent = true;
249 InstantiationDependent = true;
259 InstantiationDependent = true;
264 InstantiationDependent = true;
270 InstantiationDependent = true;
290 InstantiationDependent = true;
300 InstantiationDependent = true;
311 InstantiationDependent = true
    [all...]
Type.cpp 153 /*InstantiationDependent=*/true,
    [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 36 milliseconds