| /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() argument 268 KeywordLoc(KeywordLoc), IsIfExists(IsIfExists), in MSDependentExistsStmt() 274 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() 296 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; } in getBeginLoc()
|
| H A D | ExprCXX.h | 4684 SourceLocation KeywordLoc; variable 4692 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, Expr *Common, in CoroutineSuspendExpr() argument 4697 KeywordLoc(KeywordLoc), OpaqueValue(OpaqueValue) { in CoroutineSuspendExpr() 4705 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, QualType Ty, in CoroutineSuspendExpr() argument 4707 : Expr(SC, Ty, VK_RValue, OK_Ordinary), KeywordLoc(KeywordLoc) { in CoroutineSuspendExpr() 4724 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() 4745 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; } in getBeginLoc() 4805 SourceLocation KeywordLoc; variable 4809 DependentCoawaitExpr(SourceLocation KeywordLoc, QualType Ty, Expr *Op, in DependentCoawaitExpr() argument 4812 KeywordLoc(KeywordLoc) { in DependentCoawaitExpr() [all …]
|
| H A D | Stmt.h | 281 SourceLocation KeywordLoc; variable 1545 SourceLocation getKeywordLoc() const { return SwitchCaseBits.KeywordLoc; } in getKeywordLoc() 1546 void setKeywordLoc(SourceLocation L) { SwitchCaseBits.KeywordLoc = L; } in setKeywordLoc()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 1091 SourceLocation KeywordLoc = ConsumeToken(); in ParseAvailabilityAttribute() local 1095 Diag(KeywordLoc, diag::err_availability_redundant) in ParseAvailabilityAttribute() 1098 StrictLoc = KeywordLoc; in ParseAvailabilityAttribute() 1104 Diag(KeywordLoc, diag::err_availability_redundant) in ParseAvailabilityAttribute() 1107 UnavailableLoc = KeywordLoc; in ParseAvailabilityAttribute() 1114 if (Changes[Deprecated].KeywordLoc.isValid()) { in ParseAvailabilityAttribute() 1115 Diag(KeywordLoc, diag::err_availability_redundant) in ParseAvailabilityAttribute() 1117 << SourceRange(Changes[Deprecated].KeywordLoc); in ParseAvailabilityAttribute() 1120 Changes[Deprecated].KeywordLoc = KeywordLoc; in ParseAvailabilityAttribute() 1168 UnavailableLoc = KeywordLoc; in ParseAvailabilityAttribute() [all …]
|
| H A D | ParseInit.cpp | 555 Diag(Result.KeywordLoc, diag::warn_microsoft_dependent_exists) in ParseMicrosoftIfExistsBraceInitializer()
|
| H A D | ParseDeclCXX.cpp | 3739 SourceLocation KeywordLoc = ConsumeToken(); in tryParseExceptionSpecification() local 3747 NoexceptExpr = Actions.ActOnNoexceptSpec(KeywordLoc, NoexceptExpr.get(), in tryParseExceptionSpecification() 3749 NoexceptRange = SourceRange(KeywordLoc, T.getCloseLocation()); in tryParseExceptionSpecification() 3756 NoexceptRange = SourceRange(KeywordLoc, KeywordLoc); in tryParseExceptionSpecification() 4494 Diag(Result.KeywordLoc, diag::warn_microsoft_dependent_exists) in ParseMicrosoftIfExistsClassDeclaration()
|
| H A D | ParseExprCXX.cpp | 2520 SourceLocation KeywordLoc = ConsumeToken(); in ParseUnqualifiedIdOperator() local 2601 Result.setOperatorFunctionId(KeywordLoc, Op, SymbolLocations); in ParseUnqualifiedIdOperator() 2676 Result.setLiteralOperatorId(II, KeywordLoc, SuffixLoc); in ParseUnqualifiedIdOperator() 2708 Result.setConversionFunctionId(KeywordLoc, Ty.get(), in ParseUnqualifiedIdOperator()
|
| H A D | Parser.cpp | 2182 Result.KeywordLoc = ConsumeToken(); in ParseMicrosoftIfExistsCondition() 2219 switch (Actions.CheckMicrosoftIfExistsSymbol(getCurScope(), Result.KeywordLoc, in ParseMicrosoftIfExistsCondition()
|
| H A D | ParseStmt.cpp | 2524 StmtResult DepResult = Actions.ActOnMSDependentExistsStmt(Result.KeywordLoc, in ParseMicrosoftIfExistsStatement()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 1066 QualType RebuildElaboratedType(SourceLocation KeywordLoc, 1322 TemplateInstantiator::RebuildElaboratedType(SourceLocation KeywordLoc, in RebuildElaboratedType() argument 1329 SourceLocation TagLocation = KeywordLoc; in RebuildElaboratedType() 1348 return TreeTransform<TemplateInstantiator>::RebuildElaboratedType(KeywordLoc, in RebuildElaboratedType()
|
| H A D | SemaTemplate.cpp | 10531 SourceLocation KeywordLoc, in CheckTypenameType() argument 10537 QualType T = CheckTypenameType(Keyword, KeywordLoc, QualifierLoc, II, IILoc, in CheckTypenameType() 10546 TL.setElaboratedKeywordLoc(KeywordLoc); in CheckTypenameType() 10551 TL.setElaboratedKeywordLoc(KeywordLoc); in CheckTypenameType() 10562 SourceLocation KeywordLoc, in CheckTypenameType() argument 10635 SourceRange FullRange(KeywordLoc.isValid() ? KeywordLoc : SS.getBeginLoc(), in CheckTypenameType() 10731 SourceRange FullRange(KeywordLoc.isValid() ? KeywordLoc : SS.getBeginLoc(), in CheckTypenameType()
|
| H A D | SemaStmt.cpp | 4596 StmtResult Sema::BuildMSDependentExistsStmt(SourceLocation KeywordLoc, in BuildMSDependentExistsStmt() argument 4602 return new (Context) MSDependentExistsStmt(KeywordLoc, IsIfExists, in BuildMSDependentExistsStmt() 4608 StmtResult Sema::ActOnMSDependentExistsStmt(SourceLocation KeywordLoc, in ActOnMSDependentExistsStmt() argument 4613 return BuildMSDependentExistsStmt(KeywordLoc, IsIfExists, in ActOnMSDependentExistsStmt()
|
| H A D | TreeTransform.h | 1024 QualType RebuildElaboratedType(SourceLocation KeywordLoc, in RebuildElaboratedType() argument 1084 SourceLocation KeywordLoc, in RebuildDependentNameType() argument 1101 return SemaRef.CheckTypenameType(Keyword, KeywordLoc, QualifierLoc, in RebuildDependentNameType() 1164 SemaRef.Diag(KeywordLoc, diag::err_use_with_wrong_tag) << Id; in RebuildDependentNameType() 2371 StmtResult RebuildMSDependentExistsStmt(SourceLocation KeywordLoc, in RebuildMSDependentExistsStmt() argument 2376 return getSema().BuildMSDependentExistsStmt(KeywordLoc, IsIfExists, in RebuildMSDependentExistsStmt()
|
| H A D | SemaDeclCXX.cpp | 10887 static void DiagnoseNamespaceInlineMismatch(Sema &S, SourceLocation KeywordLoc, in DiagnoseNamespaceInlineMismatch() argument 10897 << FixItHint::CreateInsertion(KeywordLoc, "inline "); in DiagnoseNamespaceInlineMismatch()
|
| H A D | SemaExprCXX.cpp | 8552 Sema::CheckMicrosoftIfExistsSymbol(Scope *S, SourceLocation KeywordLoc, in CheckMicrosoftIfExistsSymbol() argument
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 473 E->KeywordLoc = readSourceLocation(); in VisitCoawaitExpr() 482 E->KeywordLoc = readSourceLocation(); in VisitCoyieldExpr() 490 E->KeywordLoc = readSourceLocation(); in VisitDependentCoawaitExpr() 1670 S->KeywordLoc = readSourceLocation(); in VisitMSDependentExistsStmt()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 137 SourceLocation KeywordLoc; member
|
| H A D | Sema.h | 5545 CheckMicrosoftIfExistsSymbol(Scope *S, SourceLocation KeywordLoc, 5549 StmtResult BuildMSDependentExistsStmt(SourceLocation KeywordLoc, 5554 StmtResult ActOnMSDependentExistsStmt(SourceLocation KeywordLoc, 7861 SourceLocation KeywordLoc, 7869 SourceLocation KeywordLoc,
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
| H A D | Parser.h | 2111 SourceLocation KeywordLoc; member
|