Home
last modified time | relevance | path

Searched refs:TemplateKeywordLoc (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
DDeclTemplate.h1556 SourceLocation TemplateKeywordLoc;
1559 : TypeAsWritten(nullptr), ExternLoc(), TemplateKeywordLoc() {}
1751 ExplicitInfo->TemplateKeywordLoc = Loc;
1755 return ExplicitInfo ? ExplicitInfo->TemplateKeywordLoc : SourceLocation();
2401 SourceLocation TemplateKeywordLoc;
2404 : TypeAsWritten(nullptr), ExternLoc(), TemplateKeywordLoc() {}
2588 ExplicitInfo->TemplateKeywordLoc = Loc;
2592 return ExplicitInfo ? ExplicitInfo->TemplateKeywordLoc : SourceLocation();
/external/llvm-project/clang/include/clang/AST/
DDeclTemplate.h1826 SourceLocation TemplateKeywordLoc;
2040 ExplicitInfo->TemplateKeywordLoc = Loc;
2045 return ExplicitInfo ? ExplicitInfo->TemplateKeywordLoc : SourceLocation();
2688 SourceLocation TemplateKeywordLoc;
2892 ExplicitInfo->TemplateKeywordLoc = Loc;
2897 return ExplicitInfo ? ExplicitInfo->TemplateKeywordLoc : SourceLocation();
/external/llvm-project/clang/lib/Tooling/Syntax/
DBuildTree.cpp1009 SourceLocation TemplateKeywordLoc, in buildIdExpression() argument
1014 if (TemplateKeywordLoc.isValid()) in buildIdExpression()
1015 Builder.markChildToken(TemplateKeywordLoc, in buildIdExpression()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp7997 SourceLocation TemplateKeywordLoc; in HandleMatrixTypeAttr() local
8001 TemplateKeywordLoc, id, false, false); in HandleMatrixTypeAttr()
8016 SourceLocation TemplateKeywordLoc; in HandleMatrixTypeAttr() local
8020 S.getCurScope(), SS, TemplateKeywordLoc, id, false, false); in HandleMatrixTypeAttr()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp2038 ExplicitInfo->TemplateKeywordLoc = ReadSourceLocation(Record, Idx); in VisitClassTemplateSpecializationDeclImpl()
2117 ExplicitInfo->TemplateKeywordLoc = ReadSourceLocation(Record, Idx); in VisitVarTemplateSpecializationDeclImpl()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp2217 ExplicitInfo->TemplateKeywordLoc = readSourceLocation(); in VisitClassTemplateSpecializationDeclImpl()
2296 ExplicitInfo->TemplateKeywordLoc = readSourceLocation(); in VisitVarTemplateSpecializationDeclImpl()