HomeSort by relevance Sort by last modified time
    Searched refs:TemplateId (Results 1 - 25 of 40) sorted by null

1 2

  /external/clang/include/clang/Sema/
ParsedTemplate.h 193 TemplateIdAnnotation *TemplateId
196 TemplateId->NumArgs = NumArgs;
199 new (&TemplateId->SS) CXXScopeSpec();
202 ParsedTemplateArgument *TemplateArgs = TemplateId->getTemplateArgs();
206 List.push_back(TemplateId);
207 return TemplateId;
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
ParsedTemplate.h 193 TemplateIdAnnotation *TemplateId
196 TemplateId->NumArgs = NumArgs;
199 new (&TemplateId->SS) CXXScopeSpec();
202 ParsedTemplateArgument *TemplateArgs = TemplateId->getTemplateArgs();
206 List.push_back(TemplateId);
207 return TemplateId;
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
ParsedTemplate.h 193 TemplateIdAnnotation *TemplateId
196 TemplateId->NumArgs = NumArgs;
199 new (&TemplateId->SS) CXXScopeSpec();
202 ParsedTemplateArgument *TemplateArgs = TemplateId->getTemplateArgs();
206 List.push_back(TemplateId);
207 return TemplateId;
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
ParsedTemplate.h 193 TemplateIdAnnotation *TemplateId
196 TemplateId->NumArgs = NumArgs;
199 new (&TemplateId->SS) CXXScopeSpec();
202 ParsedTemplateArgument *TemplateArgs = TemplateId->getTemplateArgs();
206 List.push_back(TemplateId);
207 return TemplateId;
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ParsedTemplate.h 193 TemplateIdAnnotation *TemplateId
196 TemplateId->NumArgs = NumArgs;
199 new (&TemplateId->SS) CXXScopeSpec();
202 ParsedTemplateArgument *TemplateArgs = TemplateId->getTemplateArgs();
206 List.push_back(TemplateId);
207 return TemplateId;
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
ParsedTemplate.h 193 TemplateIdAnnotation *TemplateId
196 TemplateId->NumArgs = NumArgs;
199 new (&TemplateId->SS) CXXScopeSpec();
202 ParsedTemplateArgument *TemplateArgs = TemplateId->getTemplateArgs();
206 List.push_back(TemplateId);
207 return TemplateId;
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
ParsedTemplate.h 193 TemplateIdAnnotation *TemplateId
196 TemplateId->NumArgs = NumArgs;
199 new (&TemplateId->SS) CXXScopeSpec();
202 ParsedTemplateArgument *TemplateArgs = TemplateId->getTemplateArgs();
206 List.push_back(TemplateId);
207 return TemplateId;
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
ParsedTemplate.h 193 TemplateIdAnnotation *TemplateId
196 TemplateId->NumArgs = NumArgs;
199 new (&TemplateId->SS) CXXScopeSpec();
202 ParsedTemplateArgument *TemplateArgs = TemplateId->getTemplateArgs();
206 List.push_back(TemplateId);
207 return TemplateId;
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ParsedTemplate.h 193 TemplateIdAnnotation *TemplateId
196 TemplateId->NumArgs = NumArgs;
199 new (&TemplateId->SS) CXXScopeSpec();
202 ParsedTemplateArgument *TemplateArgs = TemplateId->getTemplateArgs();
206 List.push_back(TemplateId);
207 return TemplateId;
  /external/clang/lib/Parse/
ParseTemplate.cpp     [all...]
ParseExprCXX.cpp 209 TemplateIdAnnotation *TemplateId = takeTemplateIdAnnotation(Tok);
210 SS = TemplateId->SS;
379 TemplateIdAnnotation *TemplateId = takeTemplateIdAnnotation(Tok);
386 *LastII = TemplateId->Name;
396 ASTTemplateArgsPtr TemplateArgsPtr(TemplateId->getTemplateArgs(),
397 TemplateId->NumArgs);
401 TemplateId->TemplateKWLoc,
402 TemplateId->Template,
403 TemplateId->TemplateNameLoc,
404 TemplateId->LAngleLoc
    [all...]
ParseDeclCXX.cpp 600 Range = SourceRange(Name.TemplateId->LAngleLoc,
601 Name.TemplateId->RAngleLoc);
    [all...]
Parser.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 31 void UnqualifiedId::setTemplateId(TemplateIdAnnotation *TemplateId) {
32 assert(TemplateId && "NULL template-id annotation?");
34 this->TemplateId = TemplateId;
35 StartLocation = TemplateId->TemplateNameLoc;
36 EndLocation = TemplateId->RAngleLoc;
39 void UnqualifiedId::setConstructorTemplateId(TemplateIdAnnotation *TemplateId) {
40 assert(TemplateId && "NULL template-id annotation?");
42 this->TemplateId = TemplateId;
    [all...]
SemaTemplate.cpp     [all...]
SemaExprCXX.cpp     [all...]

Completed in 385 milliseconds

1 2