Home
last modified time | relevance | path

Searched refs:KeywordLoc (Results 1 – 19 of 19) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtCXX.h242 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 DExprCXX.h4339 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 DStmt.h277 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 DParseDecl.cpp983 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 DParseInit.cpp501 Diag(Result.KeywordLoc, diag::warn_microsoft_dependent_exists) in ParseMicrosoftIfExistsBraceInitializer()
H A DParseDeclCXX.cpp3596 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 DParseExprCXX.cpp2261 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 DParser.cpp1982 Result.KeywordLoc = ConsumeToken(); in ParseMicrosoftIfExistsCondition()
2016 switch (Actions.CheckMicrosoftIfExistsSymbol(getCurScope(), Result.KeywordLoc, in ParseMicrosoftIfExistsCondition()
H A DParseStmt.cpp2281 StmtResult DepResult = Actions.ActOnMSDependentExistsStmt(Result.KeywordLoc, in ParseMicrosoftIfExistsStatement()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp865 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 DSemaStmt.cpp4184 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 DSemaTemplate.cpp9637 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 DTreeTransform.h950 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 DSemaDeclCXX.cpp8799 static void DiagnoseNamespaceInlineMismatch(Sema &S, SourceLocation KeywordLoc, in DiagnoseNamespaceInlineMismatch() argument
8829 << FixItHint::CreateInsertion(KeywordLoc, "inline "); in DiagnoseNamespaceInlineMismatch()
H A DSemaExprCXX.cpp7925 Sema::CheckMicrosoftIfExistsSymbol(Scope *S, SourceLocation KeywordLoc, in CheckMicrosoftIfExistsSymbol() argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp466 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 DParsedAttr.h46 SourceLocation KeywordLoc; member
H A DSema.h4529 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 DParser.h1930 SourceLocation KeywordLoc; member