Searched defs:KeywordLoc (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | StmtCXX.h | 253 SourceLocation KeywordLoc; variable 263 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt()
|
H A D | ExprCXX.h | 4684 SourceLocation KeywordLoc; variable 4692 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, Expr *Common, in CoroutineSuspendExpr() 4705 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, QualType Ty, in CoroutineSuspendExpr() 4805 SourceLocation KeywordLoc; variable 4809 DependentCoawaitExpr(SourceLocation KeywordLoc, QualType Ty, Expr *Op, in DependentCoawaitExpr()
|
H A D | Stmt.h | 281 SourceLocation KeywordLoc; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 1091 SourceLocation KeywordLoc = ConsumeToken(); in ParseAvailabilityAttribute() local 1290 SourceLocation KeywordLoc = Tok.getLocation(); in ParseExternalSourceSymbolAttribute() local
|
H A D | ParseDeclCXX.cpp | 3739 SourceLocation KeywordLoc = ConsumeToken(); in tryParseExceptionSpecification() local
|
H A D | ParseExprCXX.cpp | 2520 SourceLocation KeywordLoc = ConsumeToken(); in ParseUnqualifiedIdOperator() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | ParsedAttr.h | 137 SourceLocation KeywordLoc; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 4596 StmtResult Sema::BuildMSDependentExistsStmt(SourceLocation KeywordLoc, in BuildMSDependentExistsStmt() 4608 StmtResult Sema::ActOnMSDependentExistsStmt(SourceLocation KeywordLoc, in ActOnMSDependentExistsStmt()
|
H A D | SemaTemplateInstantiate.cpp | 1322 TemplateInstantiator::RebuildElaboratedType(SourceLocation KeywordLoc, in RebuildElaboratedType()
|
H A D | SemaTemplate.cpp | 10531 SourceLocation KeywordLoc, in CheckTypenameType() 10562 SourceLocation KeywordLoc, in CheckTypenameType()
|
H A D | TreeTransform.h | 1024 QualType RebuildElaboratedType(SourceLocation KeywordLoc, in RebuildElaboratedType() 1084 SourceLocation KeywordLoc, in RebuildDependentNameType() 2371 StmtResult RebuildMSDependentExistsStmt(SourceLocation KeywordLoc, in RebuildMSDependentExistsStmt()
|
H A D | SemaExprCXX.cpp | 8552 Sema::CheckMicrosoftIfExistsSymbol(Scope *S, SourceLocation KeywordLoc, in CheckMicrosoftIfExistsSymbol()
|
H A D | SemaDeclCXX.cpp | 10887 static void DiagnoseNamespaceInlineMismatch(Sema &S, SourceLocation KeywordLoc, in DiagnoseNamespaceInlineMismatch()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
H A D | Parser.h | 2111 SourceLocation KeywordLoc; member
|