HomeSort by relevance Sort by last modified time
    Searched defs:TemplateKWLoc (Results 1 - 17 of 17) 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 202 SourceLocation TemplateKWLoc;
209 /*ObjectType=*/ParsedType(), TemplateKWLoc, Id);
244 return Actions.LookupInlineAsmIdentifier(SS, TemplateKWLoc, Id, Info,
ParseOpenMP.cpp 242 SourceLocation TemplateKWLoc;
254 TemplateKWLoc, Name)) {
518 SourceLocation TemplateKWLoc;
559 TemplateKWLoc, ReductionId);
ParseTemplate.cpp     [all...]
ParseExpr.cpp     [all...]
Parser.cpp     [all...]
ParseDeclCXX.cpp 509 SourceLocation TemplateKWLoc;
533 TemplateKWLoc, Name)) {
    [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...]
ParseDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 111 SourceLocation TemplateKWLoc = ReadSourceLocation(Record, Idx);
118 Args.initializeFrom(TemplateKWLoc, ArgInfo);
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [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...]
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
TreeTransform.h     [all...]

Completed in 535 milliseconds