HomeSort by: relevance | last modified time | path
    Searched refs:TemplateKeywordLoc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclTemplate.h 1827 SourceLocation TemplateKeywordLoc;
2041 ExplicitInfo->TemplateKeywordLoc = Loc;
2046 return ExplicitInfo ? ExplicitInfo->TemplateKeywordLoc : SourceLocation();
2689 SourceLocation TemplateKeywordLoc;
2893 ExplicitInfo->TemplateKeywordLoc = Loc;
2898 return ExplicitInfo ? ExplicitInfo->TemplateKeywordLoc : SourceLocation();
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
BuildTree.cpp 1039 SourceLocation TemplateKeywordLoc,
1044 if (TemplateKeywordLoc.isValid())
1045 Builder.markChildToken(TemplateKeywordLoc,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 2219 ExplicitInfo->TemplateKeywordLoc = readSourceLocation();
2298 ExplicitInfo->TemplateKeywordLoc = readSourceLocation();

Completed in 37 milliseconds