Searched defs:KeywordLoc (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | COFFMasmParser.cpp | 276 SMLoc KeywordLoc = getTok().getLoc(); in ParseDirectiveSegment() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtCXX.h | 254 SourceLocation KeywordLoc; variable 264 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt()
|
H A D | ExprCXX.h | 5081 SourceLocation KeywordLoc; variable 5092 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, Expr *Operand, in CoroutineSuspendExpr() 5106 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, QualType Ty, in CoroutineSuspendExpr() 5227 SourceLocation KeywordLoc; variable 5231 DependentCoawaitExpr(SourceLocation KeywordLoc, QualType Ty, Expr *Op, in DependentCoawaitExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ParsedAttr.h | 50 SourceLocation KeywordLoc; member
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 1368 SourceLocation KeywordLoc = ConsumeToken(); in ParseAvailabilityAttribute() local 1571 SourceLocation KeywordLoc = Tok.getLocation(); in ParseExternalSourceSymbolAttribute() local
|
H A D | ParseExprCXX.cpp | 2734 SourceLocation KeywordLoc = ConsumeToken(); in ParseUnqualifiedIdOperator() local
|
H A D | ParseDeclCXX.cpp | 4177 SourceLocation KeywordLoc = ConsumeToken(); in tryParseExceptionSpecification() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 4375 StmtResult Sema::BuildMSDependentExistsStmt(SourceLocation KeywordLoc, in BuildMSDependentExistsStmt() 4387 StmtResult Sema::ActOnMSDependentExistsStmt(SourceLocation KeywordLoc, in ActOnMSDependentExistsStmt()
|
H A D | SemaTemplate.cpp | 10428 SourceLocation KeywordLoc, in CheckTypenameType() 10459 SourceLocation KeywordLoc, in CheckTypenameType()
|
H A D | SemaTemplateInstantiate.cpp | 1926 TemplateInstantiator::RebuildElaboratedType(SourceLocation KeywordLoc, in RebuildElaboratedType()
|
H A D | TreeTransform.h | 1116 QualType RebuildElaboratedType(SourceLocation KeywordLoc, in RebuildElaboratedType() 1171 SourceLocation KeywordLoc, in RebuildDependentNameType() 2613 StmtResult RebuildMSDependentExistsStmt(SourceLocation KeywordLoc, in RebuildMSDependentExistsStmt()
|
H A D | SemaExprCXX.cpp | 9193 Sema::CheckMicrosoftIfExistsSymbol(Scope *S, SourceLocation KeywordLoc, in CheckMicrosoftIfExistsSymbol()
|
H A D | SemaDeclCXX.cpp | 11499 static void DiagnoseNamespaceInlineMismatch(Sema &S, SourceLocation KeywordLoc, in DiagnoseNamespaceInlineMismatch() argument
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 2227 SourceLocation KeywordLoc; member
|