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

1 2

  /external/clang/lib/AST/
ExprCXX.cpp 289 SourceLocation TemplateKWLoc,
296 assert(Args || TemplateKWLoc.isValid());
301 TemplateKWLoc, NameInfo,
322 SourceLocation TemplateKWLoc,
344 TemplateKWLoc.isValid()) {
370 getTemplateKWAndArgsInfo()->initializeFrom(TemplateKWLoc, *TemplateArgs,
383 } else if (TemplateKWLoc.isValid()) {
384 getTemplateKWAndArgsInfo()->initializeFrom(TemplateKWLoc);
415 SourceLocation TemplateKWLoc,
428 HasTemplateKWAndArgsInfo(Args != nullptr || TemplateKWLoc.isValid()
    [all...]
Expr.cpp 324 SourceLocation TemplateKWLoc,
345 = (TemplateArgs || TemplateKWLoc.isValid()) ? 1 : 0;
352 getTemplateKWAndArgsInfo()->initializeFrom(TemplateKWLoc, *TemplateArgs,
359 } else if (TemplateKWLoc.isValid()) {
360 getTemplateKWAndArgsInfo()->initializeFrom(TemplateKWLoc);
369 SourceLocation TemplateKWLoc,
377 return Create(Context, QualifierLoc, TemplateKWLoc, D,
385 SourceLocation TemplateKWLoc,
406 } else if (TemplateKWLoc.isValid()) {
413 return new (Mem) DeclRefExpr(Context, QualifierLoc, TemplateKWLoc, D
    [all...]
NestedNameSpecifier.cpp 536 SourceLocation TemplateKWLoc,
540 TemplateKWLoc.isValid(),
  /external/clang/include/clang/AST/
TemplateBase.h 625 void setTemplateKeywordLoc(SourceLocation TemplateKWLoc) {
627 (getTemplateArgs() + NumTemplateArgs) = TemplateKWLoc;
631 Create(ASTContext &C, SourceLocation TemplateKWLoc,
634 void initializeFrom(SourceLocation TemplateKWLoc,
636 void initializeFrom(SourceLocation TemplateKWLoc,
640 void initializeFrom(SourceLocation TemplateKWLoc);
TypeLoc.h     [all...]
NestedNameSpecifier.h 383 /// \param TemplateKWLoc The location of the 'template' keyword, if present.
388 void Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL,
ExprCXX.h     [all...]
Expr.h     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 235 SourceLocation TemplateKWLoc,
241 return BuildImplicitMemberExpr(SS, TemplateKWLoc, R, TemplateArgs, true, S);
246 return BuildImplicitMemberExpr(SS, TemplateKWLoc, R, TemplateArgs, false,
257 if (TemplateArgs || TemplateKWLoc.isValid())
258 return BuildTemplateIdExpr(SS, TemplateKWLoc, R, false, TemplateArgs);
446 SourceLocation TemplateKWLoc,
478 SS.getWithLocInContext(Context), TemplateKWLoc, FirstQualifierInScope,
705 SourceLocation TemplateKWLoc,
715 SS, TemplateKWLoc, FirstQualifierInScope,
755 OpLoc, IsArrow, SS, TemplateKWLoc,
    [all...]
SemaTemplate.cpp 410 SourceLocation TemplateKWLoc,
427 /*Op*/ SourceLocation(), SS.getWithLocInContext(Context), TemplateKWLoc,
431 return BuildDependentDeclRefExpr(SS, TemplateKWLoc, NameInfo, TemplateArgs);
436 SourceLocation TemplateKWLoc,
440 Context, SS.getWithLocInContext(Context), TemplateKWLoc, NameInfo,
    [all...]
SemaCXXScopeSpec.cpp     [all...]
SemaStmtAsm.cpp 562 SourceLocation TemplateKWLoc,
572 ExprResult Result = ActOnIdExpression(getCurScope(), SS, TemplateKWLoc, Id,
TreeTransform.h     [all...]
DeclSpec.cpp 47 void CXXScopeSpec::Extend(ASTContext &Context, SourceLocation TemplateKWLoc,
49 Builder.Extend(Context, TemplateKWLoc, TL, ColonColonLoc);
    [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=*/ParsedType(), TemplateKWLoc, Name))
608 return Actions.ActOnIdExpression(getCurScope(), SS, TemplateKWLoc, Name,
    [all...]
ParseOpenMP.cpp 359 SourceLocation TemplateKWLoc;
371 TemplateKWLoc, Name)) {
742 SourceLocation TemplateKWLoc;
783 TemplateKWLoc, ReductionId);
    [all...]
ParseStmtAsm.cpp 216 SourceLocation TemplateKWLoc;
229 /*ObjectType=*/ParsedType(), TemplateKWLoc, Id);
231 Result = Actions.LookupInlineAsmIdentifier(SS, TemplateKWLoc, Id, Info,
ParseExpr.cpp     [all...]
Parser.cpp     [all...]
ParseDeclCXX.cpp 531 SourceLocation TemplateKWLoc;
557 ParsedType(), TemplateKWLoc, Name)) {
    [all...]
  /external/clang/include/clang/Sema/
ParsedTemplate.h 145 /// TemplateKWLoc - The location of the template keyword within the
147 SourceLocation TemplateKWLoc;
Sema.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 111 SourceLocation TemplateKWLoc = ReadSourceLocation(Record, Idx);
118 Args.initializeFrom(TemplateKWLoc, ArgInfo);
    [all...]

Completed in 358 milliseconds

1 2