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

  /external/clang/test/SemaTemplate/
instantiate-var-template.cpp 23 namespace InstantiationDependent {
  /external/clang/lib/AST/
ExprCXX.cpp 164 ExprBits.InstantiationDependent = true;
174 ExprBits.InstantiationDependent = true;
184 ExprBits.InstantiationDependent = true;
358 ExprBits.InstantiationDependent = true;
374 bool InstantiationDependent = false;
378 InstantiationDependent,
385 if (InstantiationDependent)
386 ExprBits.InstantiationDependent = true;
439 bool InstantiationDependent = true;
444 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...]
Type.cpp 154 /*InstantiationDependent=*/true,
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 324 milliseconds