Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp61 SourceLocation BeginLoc, in Create()
71 SourceLocation BeginLoc, in Create()
79 OpenACCIfClause::OpenACCIfClause(SourceLocation BeginLoc, in OpenACCIfClause()
91 SourceLocation BeginLoc, in Create()
101 SourceLocation BeginLoc, in Create()
110 OpenACCSelfClause::OpenACCSelfClause(SourceLocation BeginLoc, in OpenACCSelfClause()
120 OpenACCSelfClause::OpenACCSelfClause(SourceLocation BeginLoc, in OpenACCSelfClause()
149 OpenACCNumWorkersClause::OpenACCNumWorkersClause(SourceLocation BeginLoc, in OpenACCNumWorkersClause()
160 OpenACCGangClause::OpenACCGangClause(SourceLocation BeginLoc, in OpenACCGangClause()
173 OpenACCNumWorkersClause::Create(const ASTContext &C, SourceLocation BeginLoc, in Create()
[all …]
H A DStmtOpenACC.cpp28 const ASTContext &C, OpenACCDirectiveKind K, SourceLocation BeginLoc, in Create()
77 SourceLocation BeginLoc, SourceLocation DirLoc, SourceLocation EndLoc, in Create()
98 const ASTContext &C, OpenACCDirectiveKind DK, SourceLocation BeginLoc, in Create()
H A DStmt.cpp763 SourceLocation BeginLoc, EndLoc; in AnalyzeAsmString() local
805 SourceLocation BeginLoc, EndLoc; in AnalyzeAsmString() local
H A DExpr.cpp5209 RecoveryExpr::RecoveryExpr(ASTContext &Ctx, QualType T, SourceLocation BeginLoc, in RecoveryExpr()
5223 SourceLocation BeginLoc, in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h32 OpenACCClause(OpenACCClauseKind K, SourceLocation BeginLoc, in OpenACCClause()
64 OpenACCAutoClause(SourceLocation BeginLoc, SourceLocation EndLoc) in OpenACCAutoClause()
86 OpenACCFinalizeClause(SourceLocation BeginLoc, SourceLocation EndLoc) in OpenACCFinalizeClause()
108 OpenACCIfPresentClause(SourceLocation BeginLoc, SourceLocation EndLoc) in OpenACCIfPresentClause()
130 OpenACCIndependentClause(SourceLocation BeginLoc, SourceLocation EndLoc) in OpenACCIndependentClause()
151 OpenACCSeqClause(SourceLocation BeginLoc, SourceLocation EndLoc) in OpenACCSeqClause()
172 OpenACCNoHostClause(SourceLocation BeginLoc, SourceLocation EndLoc) in OpenACCNoHostClause()
196 OpenACCClauseWithParams(OpenACCClauseKind K, SourceLocation BeginLoc, in OpenACCClauseWithParams()
216 OpenACCBindClause(SourceLocation BeginLoc, SourceLocation LParenLoc, in OpenACCBindClause()
221 OpenACCBindClause(SourceLocation BeginLoc, SourceLocation LParenLoc, in OpenACCBindClause()
[all …]
H A DAvailability.h40 SourceLocation BeginLoc, EndLoc; variable
44 SourceLocation BeginLoc, SourceLocation EndLoc) in AvailabilitySpec()
H A DDeclarationName.h774 static DeclarationNameLoc makeCXXOperatorNameLoc(SourceLocation BeginLoc, in makeCXXOperatorNameLoc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp342 SourceLocation BeginLoc = PP.getMainFileFirstPPTokenLoc(); in ActOnModuleDecl() local
1040 Module *Sema::PushGlobalModuleFragment(SourceLocation BeginLoc) { in PushGlobalModuleFragment()
1066 Module *Sema::PushImplicitGlobalModuleFragment(SourceLocation BeginLoc) { in PushImplicitGlobalModuleFragment()
H A DSemaOpenACCClause.cpp2091 SourceLocation BeginLoc, SourceLocation LParenLoc, in CheckGangClause()
2133 OpenACCDirectiveKind DirectiveKind, SourceLocation BeginLoc, in CheckReductionClause()
H A DTreeTransform.h4098 ExprResult RebuildRecoveryExpr(SourceLocation BeginLoc, SourceLocation EndLoc, in RebuildRecoveryExpr()
4104 SourceLocation BeginLoc, in RebuildOpenACCComputeConstruct()
4114 StmtResult RebuildOpenACCLoopConstruct(SourceLocation BeginLoc, in RebuildOpenACCLoopConstruct()
4126 SourceLocation BeginLoc, in RebuildOpenACCCombinedConstruct()
4136 StmtResult RebuildOpenACCDataConstruct(SourceLocation BeginLoc, in RebuildOpenACCDataConstruct()
4148 RebuildOpenACCEnterDataConstruct(SourceLocation BeginLoc, in RebuildOpenACCEnterDataConstruct()
4158 RebuildOpenACCExitDataConstruct(SourceLocation BeginLoc, in RebuildOpenACCExitDataConstruct()
4167 StmtResult RebuildOpenACCHostDataConstruct(SourceLocation BeginLoc, in RebuildOpenACCHostDataConstruct()
4178 StmtResult RebuildOpenACCInitConstruct(SourceLocation BeginLoc, in RebuildOpenACCInitConstruct()
4189 RebuildOpenACCShutdownConstruct(SourceLocation BeginLoc, in RebuildOpenACCShutdownConstruct()
[all …]
H A DSemaCast.cpp1129 SourceLocation BeginLoc = OpRange.getBegin(); in DiagnoseReinterpretUpDownCast() local
/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/lib/Frontend/
H A DSARIFDiagnostic.cpp109 SourceLocation BeginLoc = SM.translateLineCol( in addLocationToResult() local
/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.cpp1740 SourceLocation BeginLoc = Tok.getLocation(); in HandlePragma() local
1901 SourceLocation BeginLoc = PP.getPragmaARCCFCodeAuditedInfo().getLoc(); in HandlePragma() local
1956 SourceLocation BeginLoc = PP.getPragmaAssumeNonNullLoc(); in HandlePragma() local
H A DTokenLexer.cpp1002 SourceLocation BeginLoc = begin_tokens->getLocation(); in updateConsecutiveMacroArgTokens() local
H A DPreprocessingRecord.cpp251 SourceLocation BeginLoc = Entity->getSourceRange().getBegin(); in addPreprocessedEntity() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp188 FileRange::FileRange(const SourceManager &SM, SourceLocation BeginLoc, in FileRange()
196 FileRange::FileRange(const SourceManager &SM, SourceLocation BeginLoc, in FileRange()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp88 const SourceLocation BeginLoc = Loc; in checkAndAddLocation() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1770 SourceLocation BeginLoc = NameLoc; in TryAnnotateName() local
2030 SourceLocation BeginLoc = Tok.getLocation(); in TryAnnotateTypeOrScopeTokenAfterScopeSpec() local
H A DParseExpr.cpp3441 ExprResult Parser::ParseAvailabilityCheckExpr(SourceLocation BeginLoc) { in ParseAvailabilityCheckExpr()
H A DParseOpenMP.cpp1923 SourceLocation BeginLoc, in parseOMPEndDirective()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp145 Object serializeSourceRange(const PresumedLoc &BeginLoc, in serializeSourceRange()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h343 OpenACCClauseKind ClauseKind, SourceLocation BeginLoc) in OpenACCParsedClause()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp390 auto BeginLoc = SM.getSpellingLoc(Loc); in gatherFileIDs() local

12