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

  /external/clang/lib/AST/
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...]
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...]
Type.cpp 154 /*InstantiationDependent=*/true,
    [all...]
  /external/clang/include/clang/AST/
TemplateBase.h 579 bool &Dependent, bool &InstantiationDependent,
614 bool &Dependent, bool &InstantiationDependent,
Type.h     [all...]
Expr.h 113 ExprBits.InstantiationDependent = ID;
152 ExprBits.InstantiationDependent = true;
172 ExprBits.InstantiationDependent = true;
193 return ExprBits.InstantiationDependent;
198 ExprBits.InstantiationDependent = ID;
    [all...]
Stmt.h 169 unsigned InstantiationDependent : 1;
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 78 milliseconds