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

  /external/clang/include/clang/Sema/
ParsedTemplate.h 186 TemplateIdAnnotation *TemplateId
189 TemplateId->NumArgs = NumArgs;
192 new (&TemplateId->SS) CXXScopeSpec();
195 ParsedTemplateArgument *TemplateArgs = TemplateId->getTemplateArgs();
199 List.push_back(TemplateId);
200 return TemplateId;
DeclSpec.h     [all...]
Sema.h     [all...]
  /external/clang/lib/Parse/
ParseTemplate.cpp     [all...]
ParseExprCXX.cpp 205 TemplateIdAnnotation *TemplateId = takeTemplateIdAnnotation(Tok);
206 SS = TemplateId->SS;
357 TemplateIdAnnotation *TemplateId = takeTemplateIdAnnotation(Tok);
364 *LastII = TemplateId->Name;
374 ASTTemplateArgsPtr TemplateArgsPtr(TemplateId->getTemplateArgs(),
375 TemplateId->NumArgs);
379 TemplateId->TemplateKWLoc,
380 TemplateId->Template,
381 TemplateId->TemplateNameLoc,
382 TemplateId->LAngleLoc
    [all...]
ParseDeclCXX.cpp 575 Range = SourceRange(Name.TemplateId->LAngleLoc,
576 Name.TemplateId->RAngleLoc);
    [all...]
Parser.cpp     [all...]
ParseExpr.cpp     [all...]
ParseTentative.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 40 void UnqualifiedId::setTemplateId(TemplateIdAnnotation *TemplateId) {
41 assert(TemplateId && "NULL template-id annotation?");
43 this->TemplateId = TemplateId;
44 StartLocation = TemplateId->TemplateNameLoc;
45 EndLocation = TemplateId->RAngleLoc;
48 void UnqualifiedId::setConstructorTemplateId(TemplateIdAnnotation *TemplateId) {
49 assert(TemplateId && "NULL template-id annotation?");
51 this->TemplateId = TemplateId;
    [all...]
SemaExprCXX.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 491 milliseconds