Searched defs:locInfo (Results 1 - 11 of 11) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransforms.cpp146 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); local
150 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp);
154 const char *tokenBegin = file.data() + locInfo.second;
157 Lexer lexer(SM.getLocForStartOfFile(locInfo.first),
393 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc); local
397 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp);
401 const char *tokenBegin = file.data() + locInfo.second;
404 Lexer lexer(SM.getLocForStartOfFile(locInfo.first),
474 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc); local
478 StringRef file = SM.getBufferData(locInfo
[all...]
H A DTransformActions.cpp425 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); local
429 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp);
433 return file.substr(locInfo.second).startswith(text);
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp318 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(LParenLoc); local
321 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp);
324 const char *tokenBegin = file.data() + locInfo.second;
327 Lexer lexer(SM.getLocForStartOfFile(locInfo.first),
/external/guice/extensions/persist/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 5969 milliseconds