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

1 2 3 4 5

  /external/clang/lib/AST/
ExprCXX.cpp 216 SourceLocation TemplateKWLoc,
223 assert(Args || TemplateKWLoc.isValid());
231 TemplateKWLoc, NameInfo,
252 SourceLocation TemplateKWLoc,
274 TemplateKWLoc.isValid()) {
301 TemplateKWLoc, *TemplateArgs, getTrailingTemplateArgumentLoc(),
312 } else if (TemplateKWLoc.isValid()) {
313 getTrailingASTTemplateKWAndArgsInfo()->initializeFrom(TemplateKWLoc);
344 SourceLocation TemplateKWLoc,
357 HasTemplateKWAndArgsInfo(Args != nullptr || TemplateKWLoc.isValid()
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 236 SourceLocation TemplateKWLoc,
242 return BuildImplicitMemberExpr(SS, TemplateKWLoc, R, TemplateArgs, true, S);
247 return BuildImplicitMemberExpr(SS, TemplateKWLoc, R, TemplateArgs, false,
258 if (TemplateArgs || TemplateKWLoc.isValid())
259 return BuildTemplateIdExpr(SS, TemplateKWLoc, R, false, TemplateArgs);
460 SourceLocation TemplateKWLoc,
492 SS.getWithLocInContext(Context), TemplateKWLoc, FirstQualifierInScope,
719 SourceLocation TemplateKWLoc,
729 SS, TemplateKWLoc, FirstQualifierInScope,
769 OpLoc, IsArrow, SS, TemplateKWLoc,
    [all...]
SemaTemplate.cpp 412 SourceLocation TemplateKWLoc,
442 /*Op*/ SourceLocation(), SS.getWithLocInContext(Context), TemplateKWLoc,
446 return BuildDependentDeclRefExpr(SS, TemplateKWLoc, NameInfo, TemplateArgs);
451 SourceLocation TemplateKWLoc,
455 Context, SS.getWithLocInContext(Context), TemplateKWLoc, NameInfo,
    [all...]
SemaCXXScopeSpec.cpp     [all...]
  /external/clang/lib/Parse/
ParseTemplate.cpp     [all...]
ParseExprCXX.cpp 315 SourceLocation TemplateKWLoc = ConsumeToken();
359 SS, TemplateKWLoc, TemplateName,
362 if (AnnotateTemplateIdToken(Template, TNK, SS, TemplateKWLoc,
401 TemplateId->TemplateKWLoc,
594 SourceLocation TemplateKWLoc;
600 /*ObjectType=*/nullptr, TemplateKWLoc, Name))
608 return Actions.ActOnIdExpression(getCurScope(), SS, TemplateKWLoc, Name,
    [all...]
  /external/clang/include/clang/AST/
TemplateBase.h 621 SourceLocation TemplateKWLoc;
626 void initializeFrom(SourceLocation TemplateKWLoc,
629 void initializeFrom(SourceLocation TemplateKWLoc,
634 void initializeFrom(SourceLocation TemplateKWLoc);
TypeLoc.h     [all...]
  /external/clang/include/clang/Sema/
ParsedTemplate.h 152 /// TemplateKWLoc - The location of the template keyword within the
154 SourceLocation TemplateKWLoc;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
TemplateBase.h 627 SourceLocation TemplateKWLoc;
632 void initializeFrom(SourceLocation TemplateKWLoc,
635 void initializeFrom(SourceLocation TemplateKWLoc,
640 void initializeFrom(SourceLocation TemplateKWLoc);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
ParsedTemplate.h 152 /// TemplateKWLoc - The location of the template keyword within the
154 SourceLocation TemplateKWLoc;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
TemplateBase.h 627 SourceLocation TemplateKWLoc;
632 void initializeFrom(SourceLocation TemplateKWLoc,
635 void initializeFrom(SourceLocation TemplateKWLoc,
640 void initializeFrom(SourceLocation TemplateKWLoc);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
ParsedTemplate.h 152 /// TemplateKWLoc - The location of the template keyword within the
154 SourceLocation TemplateKWLoc;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
TemplateBase.h 627 SourceLocation TemplateKWLoc;
632 void initializeFrom(SourceLocation TemplateKWLoc,
635 void initializeFrom(SourceLocation TemplateKWLoc,
640 void initializeFrom(SourceLocation TemplateKWLoc);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
ParsedTemplate.h 152 /// TemplateKWLoc - The location of the template keyword within the
154 SourceLocation TemplateKWLoc;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
TemplateBase.h 627 SourceLocation TemplateKWLoc;
632 void initializeFrom(SourceLocation TemplateKWLoc,
635 void initializeFrom(SourceLocation TemplateKWLoc,
640 void initializeFrom(SourceLocation TemplateKWLoc);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ParsedTemplate.h 152 /// TemplateKWLoc - The location of the template keyword within the
154 SourceLocation TemplateKWLoc;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
TemplateBase.h 627 SourceLocation TemplateKWLoc;
632 void initializeFrom(SourceLocation TemplateKWLoc,
635 void initializeFrom(SourceLocation TemplateKWLoc,
640 void initializeFrom(SourceLocation TemplateKWLoc);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
ParsedTemplate.h 152 /// TemplateKWLoc - The location of the template keyword within the
154 SourceLocation TemplateKWLoc;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
TemplateBase.h 627 SourceLocation TemplateKWLoc;
632 void initializeFrom(SourceLocation TemplateKWLoc,
635 void initializeFrom(SourceLocation TemplateKWLoc,
640 void initializeFrom(SourceLocation TemplateKWLoc);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
ParsedTemplate.h 152 /// TemplateKWLoc - The location of the template keyword within the
154 SourceLocation TemplateKWLoc;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
TemplateBase.h 627 SourceLocation TemplateKWLoc;
632 void initializeFrom(SourceLocation TemplateKWLoc,
635 void initializeFrom(SourceLocation TemplateKWLoc,
640 void initializeFrom(SourceLocation TemplateKWLoc);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
ParsedTemplate.h 152 /// TemplateKWLoc - The location of the template keyword within the
154 SourceLocation TemplateKWLoc;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
TemplateBase.h 627 SourceLocation TemplateKWLoc;
632 void initializeFrom(SourceLocation TemplateKWLoc,
635 void initializeFrom(SourceLocation TemplateKWLoc,
640 void initializeFrom(SourceLocation TemplateKWLoc);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ParsedTemplate.h 152 /// TemplateKWLoc - The location of the template keyword within the
154 SourceLocation TemplateKWLoc;

Completed in 418 milliseconds

1 2 3 4 5