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

  /external/clang/lib/AST/
ExprCXX.cpp 105 ExprBits.InstantiationDependent = true;
115 ExprBits.InstantiationDependent = true;
125 ExprBits.InstantiationDependent = true;
297 ExprBits.InstantiationDependent = true;
313 bool InstantiationDependent = false;
317 InstantiationDependent,
324 if (InstantiationDependent)
325 ExprBits.InstantiationDependent = true;
378 bool InstantiationDependent = true;
383 InstantiationDependent,
    [all...]
Expr.cpp 244 bool &InstantiationDependent) {
247 InstantiationDependent = false;
262 InstantiationDependent = true;
265 InstantiationDependent = true;
275 InstantiationDependent = true;
280 InstantiationDependent = true;
286 InstantiationDependent = true;
306 InstantiationDependent = true;
316 InstantiationDependent = true;
327 InstantiationDependent = true
    [all...]
Type.cpp 154 /*InstantiationDependent=*/true,
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 173 milliseconds