Home
last modified time | relevance | path

Searched defs:BeginLoc (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp50 SourceLocation BeginLoc, in Create()
60 SourceLocation BeginLoc, in Create()
68 OpenACCIfClause::OpenACCIfClause(SourceLocation BeginLoc, in OpenACCIfClause()
80 SourceLocation BeginLoc, in Create()
89 OpenACCSelfClause::OpenACCSelfClause(SourceLocation BeginLoc, in OpenACCSelfClause()
116 OpenACCNumWorkersClause::OpenACCNumWorkersClause(SourceLocation BeginLoc, in OpenACCNumWorkersClause()
128 OpenACCNumWorkersClause::Create(const ASTContext &C, SourceLocation BeginLoc, in Create()
137 OpenACCVectorLengthClause::OpenACCVectorLengthClause(SourceLocation BeginLoc, in OpenACCVectorLengthClause()
149 OpenACCVectorLengthClause::Create(const ASTContext &C, SourceLocation BeginLoc, in Create()
158 OpenACCAsyncClause::OpenACCAsyncClause(SourceLocation BeginLoc, in OpenACCAsyncClause()
[all …]
H A DStmtOpenACC.cpp29 const ASTContext &C, OpenACCDirectiveKind K, SourceLocation BeginLoc, in Create()
115 OpenACCLoopConstruct::Create(const ASTContext &C, SourceLocation BeginLoc, in Create()
H A DStmt.cpp730 SourceLocation BeginLoc = getAsmString()->getLocationOfByte( in AnalyzeAsmString() local
766 SourceLocation BeginLoc = getAsmString()->getLocationOfByte( in AnalyzeAsmString() local
H A DExpr.cpp5114 RecoveryExpr::RecoveryExpr(ASTContext &Ctx, QualType T, SourceLocation BeginLoc, in RecoveryExpr()
5128 SourceLocation BeginLoc, in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h29 OpenACCClause(OpenACCClauseKind K, SourceLocation BeginLoc, in OpenACCClause()
60 OpenACCAutoClause(SourceLocation BeginLoc, SourceLocation EndLoc) in OpenACCAutoClause()
82 OpenACCIndependentClause(SourceLocation BeginLoc, SourceLocation EndLoc) in OpenACCIndependentClause()
103 OpenACCSeqClause(SourceLocation BeginLoc, SourceLocation EndLoc) in OpenACCSeqClause()
127 OpenACCGangClause(SourceLocation BeginLoc, SourceLocation EndLoc) in OpenACCGangClause()
153 OpenACCVectorClause(SourceLocation BeginLoc, SourceLocation EndLoc) in OpenACCVectorClause()
179 OpenACCWorkerClause(SourceLocation BeginLoc, SourceLocation EndLoc) in OpenACCWorkerClause()
206 OpenACCClauseWithParams(OpenACCClauseKind K, SourceLocation BeginLoc, in OpenACCClauseWithParams()
233 OpenACCDeviceTypeClause(OpenACCClauseKind K, SourceLocation BeginLoc, in OpenACCDeviceTypeClause()
288 OpenACCDefaultClause(OpenACCDefaultClauseKind K, SourceLocation BeginLoc, in OpenACCDefaultClause()
[all …]
H A DAvailability.h40 SourceLocation BeginLoc, EndLoc; variable
44 SourceLocation BeginLoc, SourceLocation EndLoc) in AvailabilitySpec()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp335 SourceLocation BeginLoc = in ActOnModuleDecl() local
1026 Module *Sema::PushGlobalModuleFragment(SourceLocation BeginLoc) { in PushGlobalModuleFragment()
1052 Module *Sema::PushImplicitGlobalModuleFragment(SourceLocation BeginLoc) { in PushImplicitGlobalModuleFragment()
H A DSemaCast.cpp1079 SourceLocation BeginLoc = OpRange.getBegin(); in DiagnoseReinterpretUpDownCast() local
H A DTreeTransform.h4032 ExprResult RebuildRecoveryExpr(SourceLocation BeginLoc, SourceLocation EndLoc, in RebuildRecoveryExpr()
4038 SourceLocation BeginLoc, in RebuildOpenACCComputeConstruct()
4047 StmtResult RebuildOpenACCLoopConstruct(SourceLocation BeginLoc, in RebuildOpenACCLoopConstruct()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h141 bool visit(const NamedDecl *ND, SourceLocation BeginLoc, in visit()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h91 OpenACCClauseKind ClauseKind, SourceLocation BeginLoc) in OpenACCParsedClause()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp135 SourceLocation BeginLoc = in getRangeForSplitTokens() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1732 SourceLocation BeginLoc = Tok.getLocation(); in HandlePragma() local
1891 SourceLocation BeginLoc = PP.getPragmaARCCFCodeAuditedInfo().second; in HandlePragma() local
1946 SourceLocation BeginLoc = PP.getPragmaAssumeNonNullLoc(); in HandlePragma() local
H A DTokenLexer.cpp992 SourceLocation BeginLoc = begin_tokens->getLocation(); in updateConsecutiveMacroArgTokens() local
H A DPreprocessingRecord.cpp254 SourceLocation BeginLoc = Entity->getSourceRange().getBegin(); in addPreprocessedEntity() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp190 FileRange::FileRange(const SourceManager &SM, SourceLocation BeginLoc, in FileRange()
198 FileRange::FileRange(const SourceManager &SM, SourceLocation BeginLoc, in FileRange()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1862 SourceLocation BeginLoc = NameLoc; in TryAnnotateName() local
2140 SourceLocation BeginLoc = Tok.getLocation(); in TryAnnotateTypeOrScopeTokenAfterScopeSpec() local
H A DParseExpr.cpp3968 ExprResult Parser::ParseAvailabilityCheckExpr(SourceLocation BeginLoc) { in ParseAvailabilityCheckExpr()
H A DParseOpenMP.cpp1986 SourceLocation BeginLoc, in parseOMPEndDirective()
H A DParseDecl.cpp1858 SourceLocation BeginLoc = ConsumeBracket(); in DiagnoseProhibitedCXX11Attribute() local
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp143 Object serializeSourceRange(const PresumedLoc &BeginLoc, in serializeSourceRange()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp392 auto BeginLoc = SM.getSpellingLoc(Loc); in gatherFileIDs() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2970 SourceLocation BeginLoc = OriginalExpr->getBeginLoc(); in patternMatch() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1930 SourceLocation BeginLoc = FD->getQualifier() in getFunNameText() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8067 BeginLoc = SM.getLocForStartOfFile(File).getLocWithOffset(Offset); in FindFileRegionDecls() local
11940 SourceLocation BeginLoc = readSourceLocation(); in readOpenACCClause() local

12