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

  /external/clang/test/SemaTemplate/
instantiate-var-template.cpp 23 namespace InstantiationDependent {
  /external/clang/lib/AST/
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...]
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...]
Type.cpp 154 /*InstantiationDependent=*/true,
    [all...]
  /external/clang/include/clang/AST/
TemplateBase.h 597 bool &Dependent, bool &InstantiationDependent,
632 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/
SemaTemplate.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 266 milliseconds