/llvm-project/llvm/tools/llvm-mca/ |
H A D | CodeRegion.h | 114 llvm::SMLoc endLoc() const { return RangeEnd; } in endLoc() function
|
/llvm-project/clang-tools-extra/clangd/refactor/ |
H A D | InsertionPoint.cpp | 80 SourceLocation endLoc(const DeclContext &DC) { in endLoc() function
|
/llvm-project/mlir/lib/Target/LLVMIR/ |
H A D | LoopAnnotationTranslation.cpp | 215 if (FusedLoc endLoc = attr.getEndLoc()) in convert() local
|
H A D | LoopAnnotationImporter.cpp | 459 FailureOr<FusedLoc> endLoc = convertEndLoc(); in convert() local
|
/llvm-project/clang/tools/libclang/ |
H A D | CXLoadedDiagnostic.cpp | 305 CXSourceLocation endLoc = makeLocation(End); in readRange() local
|
/llvm-project/mlir/lib/AsmParser/ |
H A D | AsmParserState.cpp | 247 Operation *op, SMRange nameLoc, SMLoc endLoc, in finalizeOperationDefinition() argument
|
/llvm-project/mlir/lib/Tools/tblgen-lsp-server/ |
H A D | TableGenServer.cpp | 256 const char *endLoc = refLoc.End.getPointer(); initialize() local
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransformActions.cpp | 68 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd(); in CharRange() local
|
/llvm-project/mlir/lib/Dialect/Tensor/IR/ |
H A D | TensorTilingInterfaceImpl.cpp | 676 OpFoldResult endLoc = bubbleUpPadSlice() local
|
/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 823 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 D | Protocol.h | 363 SMLoc endLoc = end.getAsSMLoc(mgr); in getAsSMRange() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 1142 SourceRange ReadonlySourceRange(readonlyLoc, endLoc); in ActOnPropertyImplDecl() local
|
/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMapping.h | 354 inline LineColPair endLoc() const { return LineColPair(LineEnd, ColumnEnd); } endLoc() function
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 1880 parseObjCTypeArgsAndProtocolQualifiers(SourceLocation loc,ParsedType type,bool consumeLastToken,SourceLocation & endLoc) parseObjCTypeArgsAndProtocolQualifiers() argument
|
H A D | ParseDecl.cpp | 1294 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 D | PPDirectives.cpp | 512 SourceLocation endLoc; SkipExcludedConditionalBlock() local
|
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/ |
H A D | PDLLServer.cpp | 201 const char *endLoc = refLoc.End.getPointer(); in initialize() local
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 1665 SourceLocation endLoc = S->getSynchBody()->getBeginLoc(); RewriteObjCSynchronizedStmt() local 1919 SourceLocation endLoc = body->getEndLoc(); RewriteObjCTryStmt() local
|
H A D | RewriteModernObjC.cpp | 2058 const char *endBuf = SM->getCharacterData(endLoc); in RewriteObjCThrowStmt() local
|
/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 4807 SMLoc endLoc; parseSEHRegisterNumber() local
|
/llvm-project/flang/lib/Lower/ |
H A D | Bridge.cpp | 3228 mlir::Location endLoc = genLocation(endPosition); genFIR() local 5103 mlir::Location endLoc = manageFPEnvironment() local
|
/llvm-project/clang/tools/c-index-test/ |
H A D | c-index-test.c | 4229 CXSourceLocation startLoc, endLoc; perform_token_annotation() local
|