Home
last modified time | relevance | path

Searched defs:endLoc (Results 1 – 22 of 22) sorted by relevance

/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.h114 llvm::SMLoc endLoc() const { return RangeEnd; } in endLoc() function
/llvm-project/clang-tools-extra/clangd/refactor/
H A DInsertionPoint.cpp80 SourceLocation endLoc(const DeclContext &DC) { in endLoc() function
/llvm-project/mlir/lib/Target/LLVMIR/
H A DLoopAnnotationTranslation.cpp215 if (FusedLoc endLoc = attr.getEndLoc()) in convert() local
H A DLoopAnnotationImporter.cpp459 FailureOr<FusedLoc> endLoc = convertEndLoc(); in convert() local
/llvm-project/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp305 CXSourceLocation endLoc = makeLocation(End); in readRange() local
/llvm-project/mlir/lib/AsmParser/
H A DAsmParserState.cpp247 Operation *op, SMRange nameLoc, SMLoc endLoc, in finalizeOperationDefinition() argument
/llvm-project/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenServer.cpp256 const char *endLoc = refLoc.End.getPointer(); initialize() local
/llvm-project/clang/lib/ARCMigrate/
H A DTransformActions.cpp68 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd(); in CharRange() local
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorTilingInterfaceImpl.cpp676 OpFoldResult endLoc = bubbleUpPadSlice() local
/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp823 ObjCMethodDecl(SourceLocation beginLoc,SourceLocation endLoc,Selector SelInfo,QualType T,TypeSourceInfo * ReturnTInfo,DeclContext * contextDecl,bool isInstance,bool isVariadic,bool isPropertyAccessor,bool isSynthesizedAccessorStub,bool isImplicitlyDeclared,bool isDefined,ObjCImplementationControl impControl,bool HasRelatedResultType) ObjCMethodDecl() argument
853 Create(ASTContext & C,SourceLocation beginLoc,SourceLocation endLoc,Selector SelInfo,QualType T,TypeSourceInfo * ReturnTInfo,DeclContext * contextDecl,bool isInstance,bool isVariadic,bool isPropertyAccessor,bool isSynthesizedAccessorStub,bool isImplicitlyDeclared,bool isDefined,ObjCImplementationControl impControl,bool HasRelatedResultType) Create() argument
/llvm-project/mlir/include/mlir/Tools/lsp-server-support/
H A DProtocol.h363 SMLoc endLoc = end.getAsSMLoc(mgr); in getAsSMRange() local
/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1142 SourceRange ReadonlySourceRange(readonlyLoc, endLoc); in ActOnPropertyImplDecl() local
/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h354 inline LineColPair endLoc() const { return LineColPair(LineEnd, ColumnEnd); } endLoc() function
/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1880 parseObjCTypeArgsAndProtocolQualifiers(SourceLocation loc,ParsedType type,bool consumeLastToken,SourceLocation & endLoc) parseObjCTypeArgsAndProtocolQualifiers() argument
H A DParseDecl.cpp1294 ParseAvailabilityAttribute(IdentifierInfo & Availability,SourceLocation AvailabilityLoc,ParsedAttributes & attrs,SourceLocation * endLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseAvailabilityAttribute() argument
/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp512 SourceLocation endLoc; SkipExcludedConditionalBlock() local
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp201 const char *endLoc = refLoc.End.getPointer(); in initialize() local
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1665 SourceLocation endLoc = S->getSynchBody()->getBeginLoc(); RewriteObjCSynchronizedStmt() local
1919 SourceLocation endLoc = body->getEndLoc(); RewriteObjCTryStmt() local
H A DRewriteModernObjC.cpp2058 const char *endBuf = SM->getCharacterData(endLoc); in RewriteObjCThrowStmt() local
/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4807 SMLoc endLoc; parseSEHRegisterNumber() local
/llvm-project/flang/lib/Lower/
H A DBridge.cpp3228 mlir::Location endLoc = genLocation(endPosition); genFIR() local
5103 mlir::Location endLoc = manageFPEnvironment() local
/llvm-project/clang/tools/c-index-test/
H A Dc-index-test.c4229 CXSourceLocation startLoc, endLoc; perform_token_annotation() local