| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | StmtCXX.h | 242 SourceLocation KeywordLoc; variable 252 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt() argument 257 KeywordLoc(KeywordLoc), IsIfExists(IsIfExists), in MSDependentExistsStmt() 263 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() 285 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; } in getBeginLoc()
|
| H A D | ExprCXX.h | 4339 SourceLocation KeywordLoc; variable 4354 KeywordLoc(KeywordLoc), OpaqueValue(OpaqueValue) { in CoroutineSuspendExpr() 4361 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, QualType Ty, in CoroutineSuspendExpr() argument 4365 KeywordLoc(KeywordLoc) { in CoroutineSuspendExpr() 4381 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() 4402 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; } in getBeginLoc() 4458 SourceLocation KeywordLoc; variable 4462 DependentCoawaitExpr(SourceLocation KeywordLoc, QualType Ty, Expr *Op, in DependentCoawaitExpr() argument 4468 KeywordLoc(KeywordLoc) { in DependentCoawaitExpr() 4486 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() [all …]
|
| H A D | Stmt.h | 277 SourceLocation KeywordLoc; in alignas() local 1373 SourceLocation getKeywordLoc() const { return SwitchCaseBits.KeywordLoc; } in getKeywordLoc() 1374 void setKeywordLoc(SourceLocation L) { SwitchCaseBits.KeywordLoc = L; } in setKeywordLoc()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 983 SourceLocation KeywordLoc = ConsumeToken(); in ParseAvailabilityAttribute() local 990 StrictLoc = KeywordLoc; in ParseAvailabilityAttribute() 999 UnavailableLoc = KeywordLoc; in ParseAvailabilityAttribute() 1006 if (Changes[Deprecated].KeywordLoc.isValid()) { in ParseAvailabilityAttribute() 1012 Changes[Deprecated].KeywordLoc = KeywordLoc; in ParseAvailabilityAttribute() 1060 UnavailableLoc = KeywordLoc; in ParseAvailabilityAttribute() 1084 if (!Changes[Index].KeywordLoc.isInvalid()) { in ParseAvailabilityAttribute() 1087 << SourceRange(Changes[Index].KeywordLoc, in ParseAvailabilityAttribute() 1091 Changes[Index].KeywordLoc = KeywordLoc; in ParseAvailabilityAttribute() 1113 if (Changes[Index].KeywordLoc.isValid()) { in ParseAvailabilityAttribute() [all …]
|
| H A D | ParseInit.cpp | 501 Diag(Result.KeywordLoc, diag::warn_microsoft_dependent_exists) in ParseMicrosoftIfExistsBraceInitializer()
|
| H A D | ParseDeclCXX.cpp | 3596 SourceLocation KeywordLoc = ConsumeToken(); in tryParseExceptionSpecification() local 3604 NoexceptExpr = Actions.ActOnNoexceptSpec(KeywordLoc, NoexceptExpr.get(), in tryParseExceptionSpecification() 3606 NoexceptRange = SourceRange(KeywordLoc, T.getCloseLocation()); in tryParseExceptionSpecification() 3613 NoexceptRange = SourceRange(KeywordLoc, KeywordLoc); in tryParseExceptionSpecification() 4273 Diag(Result.KeywordLoc, diag::warn_microsoft_dependent_exists) in ParseMicrosoftIfExistsClassDeclaration()
|
| H A D | ParseExprCXX.cpp | 2261 SourceLocation KeywordLoc = ConsumeToken(); in ParseUnqualifiedIdOperator() local 2342 Result.setOperatorFunctionId(KeywordLoc, Op, SymbolLocations); in ParseUnqualifiedIdOperator() 2417 Result.setLiteralOperatorId(II, KeywordLoc, SuffixLoc); in ParseUnqualifiedIdOperator() 2449 Result.setConversionFunctionId(KeywordLoc, Ty.get(), in ParseUnqualifiedIdOperator()
|
| H A D | Parser.cpp | 1982 Result.KeywordLoc = ConsumeToken(); in ParseMicrosoftIfExistsCondition() 2016 switch (Actions.CheckMicrosoftIfExistsSymbol(getCurScope(), Result.KeywordLoc, in ParseMicrosoftIfExistsCondition()
|
| H A D | ParseStmt.cpp | 2281 StmtResult DepResult = Actions.ActOnMSDependentExistsStmt(Result.KeywordLoc, in ParseMicrosoftIfExistsStatement()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 865 QualType RebuildElaboratedType(SourceLocation KeywordLoc, 1077 TemplateInstantiator::RebuildElaboratedType(SourceLocation KeywordLoc, in RebuildElaboratedType() argument 1084 SourceLocation TagLocation = KeywordLoc; in RebuildElaboratedType() 1103 return TreeTransform<TemplateInstantiator>::RebuildElaboratedType(KeywordLoc, in RebuildElaboratedType()
|
| H A D | SemaStmt.cpp | 4184 StmtResult Sema::BuildMSDependentExistsStmt(SourceLocation KeywordLoc, in BuildMSDependentExistsStmt() argument 4190 return new (Context) MSDependentExistsStmt(KeywordLoc, IsIfExists, in BuildMSDependentExistsStmt() 4196 StmtResult Sema::ActOnMSDependentExistsStmt(SourceLocation KeywordLoc, in ActOnMSDependentExistsStmt() argument 4201 return BuildMSDependentExistsStmt(KeywordLoc, IsIfExists, in ActOnMSDependentExistsStmt()
|
| H A D | SemaTemplate.cpp | 9637 SourceLocation KeywordLoc, in CheckTypenameType() argument 9702 SourceRange FullRange(KeywordLoc.isValid() ? KeywordLoc : SS.getBeginLoc(), in CheckTypenameType() 9783 SourceRange FullRange(KeywordLoc.isValid() ? KeywordLoc : SS.getBeginLoc(), in CheckTypenameType()
|
| H A D | TreeTransform.h | 950 QualType RebuildElaboratedType(SourceLocation KeywordLoc, in RebuildElaboratedType() argument 1010 SourceLocation KeywordLoc, in RebuildDependentNameType() argument 1027 QualType T = SemaRef.CheckTypenameType(Keyword, KeywordLoc, QualifierLoc, in RebuildDependentNameType() 1105 SemaRef.Diag(KeywordLoc, diag::err_use_with_wrong_tag) << Id; in RebuildDependentNameType() 2063 StmtResult RebuildMSDependentExistsStmt(SourceLocation KeywordLoc, in RebuildMSDependentExistsStmt() argument 2068 return getSema().BuildMSDependentExistsStmt(KeywordLoc, IsIfExists, in RebuildMSDependentExistsStmt()
|
| H A D | SemaDeclCXX.cpp | 8799 static void DiagnoseNamespaceInlineMismatch(Sema &S, SourceLocation KeywordLoc, in DiagnoseNamespaceInlineMismatch() argument 8829 << FixItHint::CreateInsertion(KeywordLoc, "inline "); in DiagnoseNamespaceInlineMismatch()
|
| H A D | SemaExprCXX.cpp | 7925 Sema::CheckMicrosoftIfExistsSymbol(Scope *S, SourceLocation KeywordLoc, in CheckMicrosoftIfExistsSymbol() argument
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 466 E->KeywordLoc = ReadSourceLocation(); in VisitCoawaitExpr() 475 E->KeywordLoc = ReadSourceLocation(); in VisitCoyieldExpr() 483 E->KeywordLoc = ReadSourceLocation(); in VisitDependentCoawaitExpr() 1340 S->KeywordLoc = ReadSourceLocation(); in VisitMSDependentExistsStmt()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 46 SourceLocation KeywordLoc; member
|
| H A D | Sema.h | 4529 CheckMicrosoftIfExistsSymbol(Scope *S, SourceLocation KeywordLoc, 4533 StmtResult BuildMSDependentExistsStmt(SourceLocation KeywordLoc, 4538 StmtResult ActOnMSDependentExistsStmt(SourceLocation KeywordLoc, 6556 SourceLocation KeywordLoc,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/ |
| H A D | Parser.h | 1930 SourceLocation KeywordLoc; member
|