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 294 SourceLocation TemplateKWLoc,
301 assert(Args || TemplateKWLoc.isValid());
306 TemplateKWLoc, NameInfo,
327 SourceLocation TemplateKWLoc,
349 TemplateKWLoc.isValid()) {
376 getTemplateKWAndArgsInfo()->initializeFrom(TemplateKWLoc, *TemplateArgs,
389 } else if (TemplateKWLoc.isValid()) {
390 getTemplateKWAndArgsInfo()->initializeFrom(TemplateKWLoc);
422 SourceLocation TemplateKWLoc,
435 HasTemplateKWAndArgsInfo(Args != nullptr || TemplateKWLoc.isValid()
    [all...]
Expr.cpp 342 SourceLocation TemplateKWLoc,
357 = (TemplateArgs || TemplateKWLoc.isValid()) ? 1 : 0;
363 getTemplateKWAndArgsInfo()->initializeFrom(TemplateKWLoc, *TemplateArgs,
369 } else if (TemplateKWLoc.isValid()) {
370 getTemplateKWAndArgsInfo()->initializeFrom(TemplateKWLoc);
379 SourceLocation TemplateKWLoc,
387 return Create(Context, QualifierLoc, TemplateKWLoc, D,
395 SourceLocation TemplateKWLoc,
414 else if (TemplateKWLoc.isValid())
418 return new (Mem) DeclRefExpr(Context, QualifierLoc, TemplateKWLoc, D
    [all...]
NestedNameSpecifier.cpp 503 SourceLocation TemplateKWLoc,
507 TemplateKWLoc.isValid(),
  /external/clang/include/clang/AST/
TemplateBase.h 619 void setTemplateKeywordLoc(SourceLocation TemplateKWLoc) {
621 (getTemplateArgs() + NumTemplateArgs) = TemplateKWLoc;
625 Create(ASTContext &C, SourceLocation TemplateKWLoc,
628 void initializeFrom(SourceLocation TemplateKWLoc,
630 void initializeFrom(SourceLocation TemplateKWLoc,
634 void initializeFrom(SourceLocation TemplateKWLoc);
TypeLoc.h     [all...]
NestedNameSpecifier.h 370 /// \param TemplateKWLoc The location of the 'template' keyword, if present.
375 void Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL,
ExprCXX.h     [all...]
Expr.h     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 236 SourceLocation TemplateKWLoc,
241 return BuildImplicitMemberExpr(SS, TemplateKWLoc, R, TemplateArgs, true);
246 return BuildImplicitMemberExpr(SS, TemplateKWLoc, R, TemplateArgs, false);
256 if (TemplateArgs || TemplateKWLoc.isValid())
257 return BuildTemplateIdExpr(SS, TemplateKWLoc, R, false, TemplateArgs);
445 SourceLocation TemplateKWLoc,
477 SS.getWithLocInContext(Context), TemplateKWLoc, FirstQualifierInScope,
682 SourceLocation TemplateKWLoc,
691 SS, TemplateKWLoc, FirstQualifierInScope,
728 OpLoc, IsArrow, SS, TemplateKWLoc,
    [all...]
SemaTemplate.cpp 409 SourceLocation TemplateKWLoc,
426 /*Op*/ SourceLocation(), SS.getWithLocInContext(Context), TemplateKWLoc,
430 return BuildDependentDeclRefExpr(SS, TemplateKWLoc, NameInfo, TemplateArgs);
435 SourceLocation TemplateKWLoc,
439 Context, SS.getWithLocInContext(Context), TemplateKWLoc, NameInfo,
    [all...]
SemaCXXScopeSpec.cpp 795 SourceLocation TemplateKWLoc,
    [all...]
SemaStmtAsm.cpp 372 SourceLocation TemplateKWLoc,
382 ExprResult Result = ActOnIdExpression(getCurScope(), SS, TemplateKWLoc, Id,
TreeTransform.h     [all...]
DeclSpec.cpp 56 void CXXScopeSpec::Extend(ASTContext &Context, SourceLocation TemplateKWLoc,
58 Builder.Extend(Context, TemplateKWLoc, TL, ColonColonLoc);
    [all...]
  /external/clang/lib/Parse/
ParseTemplate.cpp     [all...]
ParseExprCXX.cpp 293 SourceLocation TemplateKWLoc = ConsumeToken();
337 SS, TemplateKWLoc, TemplateName,
340 if (AnnotateTemplateIdToken(Template, TNK, SS, TemplateKWLoc,
379 TemplateId->TemplateKWLoc,
609 SourceLocation TemplateKWLoc;
616 TemplateKWLoc,
625 return Actions.ActOnIdExpression(getCurScope(), SS, TemplateKWLoc, Name,
    [all...]
ParseOpenMP.cpp 242 SourceLocation TemplateKWLoc;
254 TemplateKWLoc, Name)) {
518 SourceLocation TemplateKWLoc;
559 TemplateKWLoc, ReductionId);
ParseStmtAsm.cpp 202 SourceLocation TemplateKWLoc;
209 /*ObjectType=*/ParsedType(), TemplateKWLoc, Id);
244 return Actions.LookupInlineAsmIdentifier(SS, TemplateKWLoc, Id, Info,
ParseExpr.cpp     [all...]
Parser.cpp     [all...]
ParseDeclCXX.cpp 509 SourceLocation TemplateKWLoc;
533 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 436 milliseconds

1 2