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

  /external/clang/include/clang/Sema/
ParsedTemplate.h 145 /// TemplateKWLoc - The location of the template keyword within the
147 SourceLocation TemplateKWLoc;
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 216 SourceLocation TemplateKWLoc;
229 /*ObjectType=*/ParsedType(), TemplateKWLoc, Id);
231 Result = Actions.LookupInlineAsmIdentifier(SS, TemplateKWLoc, Id, Info,
ParseOpenMP.cpp 359 SourceLocation TemplateKWLoc;
371 TemplateKWLoc, Name)) {
742 SourceLocation TemplateKWLoc;
783 TemplateKWLoc, ReductionId);
    [all...]
ParseTemplate.cpp     [all...]
ParseExpr.cpp     [all...]
Parser.cpp     [all...]
ParseDeclCXX.cpp 531 SourceLocation TemplateKWLoc;
557 ParsedType(), TemplateKWLoc, Name)) {
    [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...]
ParseDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [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...]
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 111 SourceLocation TemplateKWLoc = ReadSourceLocation(Record, Idx);
118 Args.initializeFrom(TemplateKWLoc, ArgInfo);
    [all...]

Completed in 124 milliseconds