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

  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp 153 bool Sema::ActiveTemplateInstantiation::isInstantiationRecord() const {
182 ActiveTemplateInstantiation Inst;
183 Inst.Kind = ActiveTemplateInstantiation::TemplateInstantiation;
205 ActiveTemplateInstantiation Inst;
206 Inst.Kind = ActiveTemplateInstantiation::ExceptionSpecInstantiation;
229 ActiveTemplateInstantiation Inst;
231 = ActiveTemplateInstantiation::DefaultTemplateArgumentInstantiation;
246 ActiveTemplateInstantiation::InstantiationKind Kind,
255 ActiveTemplateInstantiation Inst;
283 ActiveTemplateInstantiation Inst
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 95 milliseconds