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 169 bool Sema::ActiveTemplateInstantiation::isInstantiationRecord() const {
198 ActiveTemplateInstantiation Inst;
199 Inst.Kind = ActiveTemplateInstantiation::TemplateInstantiation;
221 ActiveTemplateInstantiation Inst;
222 Inst.Kind = ActiveTemplateInstantiation::ExceptionSpecInstantiation;
245 ActiveTemplateInstantiation Inst;
247 = ActiveTemplateInstantiation::DefaultTemplateArgumentInstantiation;
262 ActiveTemplateInstantiation::InstantiationKind Kind,
271 ActiveTemplateInstantiation Inst;
299 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 402 milliseconds