/external/clang/tools/libclang/ |
IndexingContext.cpp | 795 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SM.getFileLoc(Loc)); 796 FileID FID = LocInfo.first; 893 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc); 894 FileID FID = LocInfo.first; 895 unsigned FileOffset = LocInfo.second; [all...] |
CXComment.cpp | [all...] |
CIndex.cpp | [all...] |
/external/clang/lib/Lex/ |
Lexer.cpp | 305 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); 309 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); 315 const char *tokenBegin = file.data() + locInfo.second; 318 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), options, 443 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc); 445 StringRef Buffer = SM.getBufferData(LocInfo.first, &Invalid); 449 const char *StrData = Buffer.data()+LocInfo.second; 455 Lexer TheLexer(SM.getLocForStartOfFile(LocInfo.first), LangOpts, 466 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc); 467 if (LocInfo.first.isInvalid() [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
rbnf.cpp | 663 LocalizationInfo* locinfo = StringLocalizationInfo::create(locs, perror, status); local 664 init(description, locinfo, perror, status); 680 LocalizationInfo* locinfo = StringLocalizationInfo::create(locs, perror, status); local 681 init(description, locinfo, perror, status); 758 LocalizationInfo* locinfo = NULL; local 785 init (desc, locinfo, perror, status); [all...] |
/external/icu4c/i18n/ |
rbnf.cpp | 662 LocalizationInfo* locinfo = StringLocalizationInfo::create(locs, perror, status); local 663 init(description, locinfo, perror, status); 680 LocalizationInfo* locinfo = StringLocalizationInfo::create(locs, perror, status); local 681 init(description, locinfo, perror, status); 763 LocalizationInfo* locinfo = NULL; local 787 init (desc, locinfo, perror, status); [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.h | 291 CCValAssign::LocInfo LocInfo,
|
MipsISelLowering.cpp | [all...] |
/external/clang/lib/ARCMigrate/ |
TransformActions.cpp | 425 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); 429 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); 433 return file.substr(locInfo.second).startswith(text);
|
/external/clang/lib/AST/ |
CommentLexer.cpp | 816 std::pair<FileID, unsigned> LocInfo = SourceMgr.getDecomposedLoc(Loc); 819 StringRef File = SourceMgr.getBufferData(LocInfo.first, &InvalidTemp); 825 const char *Begin = File.data() + LocInfo.second;
|
Expr.cpp | [all...] |
ASTImporter.cpp | [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
HTMLDiagnostics.cpp | 412 std::pair<FileID, unsigned> LocInfo = L.getDecomposedLoc(); 413 const char* MacroName = LocInfo.second + BufferInfo.data(); 414 Lexer rawLexer(SM.getLocForStartOfFile(LocInfo.first), PP.getLangOpts(),
|
/external/clang/lib/Frontend/ |
TextDiagnostic.cpp | [all...] |
/external/clang/lib/Sema/ |
SemaObjCProperty.cpp | 290 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(LParenLoc); 293 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); 296 const char *tokenBegin = file.data() + locInfo.second; 299 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), [all...] |
SemaOverload.cpp | 44 const DeclarationNameLoc &LocInfo = DeclarationNameLoc()){ 56 VK_LValue, Loc, LocInfo); [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64ISelLowering.cpp | [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.cpp | [all...] |
/external/clang/include/clang/AST/ |
Expr.h | [all...] |