/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
D | DTMException.java | 315 String locInfo = getLocationAsString(); in printStackTrace() local 317 if (null != locInfo) { in printStackTrace() 318 s.println(locInfo); in printStackTrace() 343 String locInfo = in printStackTrace() local 347 if (null != locInfo) { in printStackTrace() 348 s.println(locInfo); in printStackTrace()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | Transforms.cpp | 141 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); in findSemiAfterLocation() local 145 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); in findSemiAfterLocation() 149 const char *tokenBegin = file.data() + locInfo.second; in findSemiAfterLocation() 152 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), in findSemiAfterLocation() 389 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc); in rewritePropertyAttribute() local 393 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); in rewritePropertyAttribute() 397 const char *tokenBegin = file.data() + locInfo.second; in rewritePropertyAttribute() 400 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), in rewritePropertyAttribute() 470 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc); in addPropertyAttribute() local 474 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); in addPropertyAttribute() [all …]
|
D | TransformActions.cpp | 426 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); in canReplaceText() local 430 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); in canReplaceText() 434 return file.substr(locInfo.second).startswith(text); in canReplaceText()
|
/external/clang/lib/ARCMigrate/ |
D | Transforms.cpp | 146 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); in findSemiAfterLocation() local 150 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); in findSemiAfterLocation() 154 const char *tokenBegin = file.data() + locInfo.second; in findSemiAfterLocation() 157 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), in findSemiAfterLocation() 393 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc); in rewritePropertyAttribute() local 397 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); in rewritePropertyAttribute() 401 const char *tokenBegin = file.data() + locInfo.second; in rewritePropertyAttribute() 404 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), in rewritePropertyAttribute() 474 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc); in addPropertyAttribute() local 478 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); in addPropertyAttribute() [all …]
|
D | TransformActions.cpp | 425 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); in canReplaceText() local 429 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); in canReplaceText() 433 return file.substr(locInfo.second).startswith(text); in canReplaceText()
|
/external/clang/lib/Edit/ |
D | Commit.cpp | 238 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); in canInsert() local 239 if (locInfo.first.isInvalid()) in canInsert() 241 offs = FileOffset(locInfo.first, locInfo.second); in canInsert() 273 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); in canInsertAfterToken() local 274 if (locInfo.first.isInvalid()) in canInsertAfterToken() 276 offs = FileOffset(locInfo.first, locInfo.second); in canInsertAfterToken()
|
/external/llvm-project/clang/lib/Edit/ |
D | Commit.cpp | 242 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); in canInsert() local 243 if (locInfo.first.isInvalid()) in canInsert() 245 offs = FileOffset(locInfo.first, locInfo.second); in canInsert() 276 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); in canInsertAfterToken() local 277 if (locInfo.first.isInvalid()) in canInsertAfterToken() 279 offs = FileOffset(locInfo.first, locInfo.second); in canInsertAfterToken()
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 318 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(LParenLoc); in LocPropertyAttribute() local 321 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); in LocPropertyAttribute() 324 const char *tokenBegin = file.data() + locInfo.second; in LocPropertyAttribute() 327 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), in LocPropertyAttribute()
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 291 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); in getSpelling() local 295 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); in getSpelling() 301 const char *tokenBegin = file.data() + locInfo.second; in getSpelling() 304 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), options, in getSpelling()
|
/external/llvm-project/clang/lib/Lex/ |
D | Lexer.cpp | 333 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); in getSpelling() local 337 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); in getSpelling() 343 const char *tokenBegin = file.data() + locInfo.second; in getSpelling() 346 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), options, in getSpelling()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 319 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(LParenLoc); in LocPropertyAttribute() local 322 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); in LocPropertyAttribute() 325 const char *tokenBegin = file.data() + locInfo.second; in LocPropertyAttribute() 328 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), in LocPropertyAttribute()
|