Home
last modified time | relevance | path

Searched defs:KeywordLoc (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtCXX.h253 SourceLocation KeywordLoc; variable
263 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt()
H A DExprCXX.h4684 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 DStmt.h281 SourceLocation KeywordLoc; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp1091 SourceLocation KeywordLoc = ConsumeToken(); in ParseAvailabilityAttribute() local
1290 SourceLocation KeywordLoc = Tok.getLocation(); in ParseExternalSourceSymbolAttribute() local
H A DParseDeclCXX.cpp3739 SourceLocation KeywordLoc = ConsumeToken(); in tryParseExceptionSpecification() local
H A DParseExprCXX.cpp2520 SourceLocation KeywordLoc = ConsumeToken(); in ParseUnqualifiedIdOperator() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedAttr.h137 SourceLocation KeywordLoc; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp4596 StmtResult Sema::BuildMSDependentExistsStmt(SourceLocation KeywordLoc, in BuildMSDependentExistsStmt()
4608 StmtResult Sema::ActOnMSDependentExistsStmt(SourceLocation KeywordLoc, in ActOnMSDependentExistsStmt()
H A DSemaTemplateInstantiate.cpp1322 TemplateInstantiator::RebuildElaboratedType(SourceLocation KeywordLoc, in RebuildElaboratedType()
H A DSemaTemplate.cpp10531 SourceLocation KeywordLoc, in CheckTypenameType()
10562 SourceLocation KeywordLoc, in CheckTypenameType()
H A DTreeTransform.h1024 QualType RebuildElaboratedType(SourceLocation KeywordLoc, in RebuildElaboratedType()
1084 SourceLocation KeywordLoc, in RebuildDependentNameType()
2371 StmtResult RebuildMSDependentExistsStmt(SourceLocation KeywordLoc, in RebuildMSDependentExistsStmt()
H A DSemaExprCXX.cpp8552 Sema::CheckMicrosoftIfExistsSymbol(Scope *S, SourceLocation KeywordLoc, in CheckMicrosoftIfExistsSymbol()
H A DSemaDeclCXX.cpp10887 static void DiagnoseNamespaceInlineMismatch(Sema &S, SourceLocation KeywordLoc, in DiagnoseNamespaceInlineMismatch()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2111 SourceLocation KeywordLoc; member