Searched refs:locInfo (Results 1 – 7 of 7) sorted by relevance
/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/clang/lib/ARCMigrate/ |
D | Transforms.cpp | 147 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); in findSemiAfterLocation() local 151 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); in findSemiAfterLocation() 155 const char *tokenBegin = file.data() + locInfo.second; in findSemiAfterLocation() 158 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), in findSemiAfterLocation() 397 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc); in rewritePropertyAttribute() local 401 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); in rewritePropertyAttribute() 405 const char *tokenBegin = file.data() + locInfo.second; in rewritePropertyAttribute() 408 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), in rewritePropertyAttribute() 478 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc); in addPropertyAttribute() local 482 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/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 281 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(LParenLoc); in LocPropertyAttribute() local 284 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); in LocPropertyAttribute() 287 const char *tokenBegin = file.data() + locInfo.second; in LocPropertyAttribute() 290 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/slf4j/log4j-over-slf4j/compatibility/lib/ |
D | log4j-1.2.14.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |