Home
last modified time | relevance | path

Searched defs:locInfo (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/lib/Edit/
H A DCommit.cpp242 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); in canInsert() local
276 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); in canInsertAfterToken() local
/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.cpp140 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); in findSemiAfterLocation() local
388 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc); in rewritePropertyAttribute() local
469 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc); in addPropertyAttribute() local
H A DTransformActions.cpp426 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); in canReplaceText() local
/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp312 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(LParenLoc); LocPropertyAttribute() local
/llvm-project/mlir/lib/AsmParser/
H A DParser.cpp806 auto locInfo = deferredLocsReferences[fwdLoc.getUnderlyingLocation()]; finalize() local
/llvm-project/clang/lib/Lex/
H A DLexer.cpp385 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); getSpelling() local