Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DStmtCXX.h253 SourceLocation KeywordLoc; variable
263 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt()
DExprCXX.h4682 SourceLocation KeywordLoc; variable
4690 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, Expr *Common, in CoroutineSuspendExpr()
4703 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, QualType Ty, in CoroutineSuspendExpr()
4803 SourceLocation KeywordLoc; variable
4807 DependentCoawaitExpr(SourceLocation KeywordLoc, QualType Ty, Expr *Op, in DependentCoawaitExpr()
DStmt.h281 SourceLocation KeywordLoc; in alignas() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseDecl.cpp1091 SourceLocation KeywordLoc = ConsumeToken(); in ParseAvailabilityAttribute() local
1290 SourceLocation KeywordLoc = Tok.getLocation(); in ParseExternalSourceSymbolAttribute() local
DParseExprCXX.cpp2520 SourceLocation KeywordLoc = ConsumeToken(); in ParseUnqualifiedIdOperator() local
DParseDeclCXX.cpp3830 SourceLocation KeywordLoc = ConsumeToken(); in tryParseExceptionSpecification() local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DParsedAttr.h137 SourceLocation KeywordLoc; member
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaStmt.cpp4544 StmtResult Sema::BuildMSDependentExistsStmt(SourceLocation KeywordLoc, in BuildMSDependentExistsStmt()
4556 StmtResult Sema::ActOnMSDependentExistsStmt(SourceLocation KeywordLoc, in ActOnMSDependentExistsStmt()
DSemaTemplateInstantiate.cpp1322 TemplateInstantiator::RebuildElaboratedType(SourceLocation KeywordLoc, in RebuildElaboratedType()
DSemaTemplate.cpp10531 SourceLocation KeywordLoc, in CheckTypenameType()
10562 SourceLocation KeywordLoc, in CheckTypenameType()
DTreeTransform.h1024 QualType RebuildElaboratedType(SourceLocation KeywordLoc, in RebuildElaboratedType()
1084 SourceLocation KeywordLoc, in RebuildDependentNameType()
2385 StmtResult RebuildMSDependentExistsStmt(SourceLocation KeywordLoc, in RebuildMSDependentExistsStmt()
DSemaExprCXX.cpp8630 Sema::CheckMicrosoftIfExistsSymbol(Scope *S, SourceLocation KeywordLoc, in CheckMicrosoftIfExistsSymbol()
DSemaDeclCXX.cpp10894 static void DiagnoseNamespaceInlineMismatch(Sema &S, SourceLocation KeywordLoc, in DiagnoseNamespaceInlineMismatch()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Parse/
DParser.h2113 SourceLocation KeywordLoc; member