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

  /external/clang/test/SemaTemplate/
instantiate-var-template.cpp 23 namespace InstantiationDependent {
  /external/clang/lib/AST/
ExprCXX.cpp 161 ExprBits.InstantiationDependent = true;
171 ExprBits.InstantiationDependent = true;
181 ExprBits.InstantiationDependent = true;
353 ExprBits.InstantiationDependent = true;
368 bool InstantiationDependent = false;
372 InstantiationDependent,
379 if (InstantiationDependent)
380 ExprBits.InstantiationDependent = true;
432 bool InstantiationDependent = true;
437 InstantiationDependent,
    [all...]
Expr.cpp 216 bool &InstantiationDependent) {
219 InstantiationDependent = false;
234 InstantiationDependent = true;
237 InstantiationDependent = true;
247 InstantiationDependent = true;
252 InstantiationDependent = true;
258 InstantiationDependent = true;
278 InstantiationDependent = true;
288 InstantiationDependent = true;
302 InstantiationDependent = true
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 562 milliseconds