Searched refs:TemplateKeywordLoc (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclTemplate.h | 1556 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/ |
D | DeclTemplate.h | 1826 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/ |
D | BuildTree.cpp | 1009 SourceLocation TemplateKeywordLoc, in buildIdExpression() argument 1014 if (TemplateKeywordLoc.isValid()) in buildIdExpression() 1015 Builder.markChildToken(TemplateKeywordLoc, in buildIdExpression()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaType.cpp | 7997 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/ |
D | ASTReaderDecl.cpp | 2038 ExplicitInfo->TemplateKeywordLoc = ReadSourceLocation(Record, Idx); in VisitClassTemplateSpecializationDeclImpl() 2117 ExplicitInfo->TemplateKeywordLoc = ReadSourceLocation(Record, Idx); in VisitVarTemplateSpecializationDeclImpl()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 2217 ExplicitInfo->TemplateKeywordLoc = readSourceLocation(); in VisitClassTemplateSpecializationDeclImpl() 2296 ExplicitInfo->TemplateKeywordLoc = readSourceLocation(); in VisitVarTemplateSpecializationDeclImpl()
|