Home
last modified time | relevance | path

Searched refs:KeywordLoc (Results 1 – 19 of 19) 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() 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 DExprCXX.h4684 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 DStmt.h281 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 DParseDecl.cpp1091 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 DParseInit.cpp555 Diag(Result.KeywordLoc, diag::warn_microsoft_dependent_exists) in ParseMicrosoftIfExistsBraceInitializer()
H A DParseDeclCXX.cpp3739 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 DParseExprCXX.cpp2520 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 DParser.cpp2182 Result.KeywordLoc = ConsumeToken(); in ParseMicrosoftIfExistsCondition()
2219 switch (Actions.CheckMicrosoftIfExistsSymbol(getCurScope(), Result.KeywordLoc, in ParseMicrosoftIfExistsCondition()
H A DParseStmt.cpp2524 StmtResult DepResult = Actions.ActOnMSDependentExistsStmt(Result.KeywordLoc, in ParseMicrosoftIfExistsStatement()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1066 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 DSemaTemplate.cpp10531 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 DSemaStmt.cpp4596 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 DTreeTransform.h1024 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 DSemaDeclCXX.cpp10887 static void DiagnoseNamespaceInlineMismatch(Sema &S, SourceLocation KeywordLoc, in DiagnoseNamespaceInlineMismatch() argument
10897 << FixItHint::CreateInsertion(KeywordLoc, "inline "); in DiagnoseNamespaceInlineMismatch()
H A DSemaExprCXX.cpp8552 Sema::CheckMicrosoftIfExistsSymbol(Scope *S, SourceLocation KeywordLoc, in CheckMicrosoftIfExistsSymbol() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp473 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 DParsedAttr.h137 SourceLocation KeywordLoc; member
H A DSema.h5545 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 DParser.h2111 SourceLocation KeywordLoc; member