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

  /external/clang/lib/AST/
TemplateName.cpp 71 TemplateDecl *TemplateName::getAsTemplateDecl() const {
79 return sub->getReplacement().getAsTemplateDecl();
85 if (TemplateDecl *Template = getAsTemplateDecl()) {
112 if (TemplateDecl *Template = getAsTemplateDecl()) {
ItaniumMangle.cpp 590 if (TemplateDecl *TD = Template.getAsTemplateDecl())
846 TemplateDecl *temp = name.getAsTemplateDecl();
    [all...]
ASTContext.cpp     [all...]
Type.cpp     [all...]
Decl.cpp 181 = Args[I].getAsTemplateOrTemplatePattern().getAsTemplateDecl())
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp 89 TemplateDecl *TD = TM.getAsTemplateDecl();
103 TemplateDecl *TD = TM.getAsTemplateDecl();
IteratorsChecker.cpp 205 TemplateDecl *td = tname.getAsTemplateDecl();
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 109 SpecType->getTemplateName().getAsTemplateDecl())) {
743 isa<FunctionTemplateDecl>(Template.get().getAsTemplateDecl())) {
    [all...]
SemaTemplate.cpp     [all...]
SemaTemplateVariadic.cpp 89 Template.getAsTemplateDecl()))
SemaTemplateInstantiate.cpp     [all...]
SemaTemplateDeduction.cpp 376 TemplateDecl *ParamDecl = Param.getAsTemplateDecl();
    [all...]
SemaExprCXX.cpp 221 if (TemplateDecl *SpecTemplate = SpecName.getAsTemplateDecl()) {
    [all...]
SemaLookup.cpp     [all...]
TreeTransform.h     [all...]
SemaDecl.cpp 395 if (TemplateDecl *TplDecl = TplName.getAsTemplateDecl()) {
    [all...]
  /external/clang/include/clang/AST/
TemplateName.h 231 TemplateDecl *getAsTemplateDecl() const;
  /external/clang/tools/libclang/
CXType.cpp 265 .getAsTemplateDecl();
CIndexUSRs.cpp 700 if (TemplateDecl *Template = Name.getAsTemplateDecl()) {
CIndex.cpp     [all...]
  /external/v8/tools/gcmole/
gcmole.cc 213 type->getTemplateName().getAsTemplateDecl()) {
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 1132 milliseconds