HomeSort by relevance Sort by last modified time
    Searched refs:FileID (Results 101 - 125 of 125) sorted by null

1 2 3 45

  /external/clang/tools/libclang/
CIndex.cpp 233 FileID FID;
236 // If the begin/end of the range lie in the same FileID, do the optimization
237 // where we skip preprocessed entities that do not come from the same FileID.
240 FID = FileID();
255 std::pair<FileID, unsigned>
270 FileID File = Begin.first;
299 bool CursorVisitor::visitDeclsFromFileRegion(FileID File,
416 // lies in the same FileID, allowing it to skip preprocessed entities that
417 // do not come from the same FileID.
445 FileID FID)
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 391 unsigned FileID = getOrCreateSourceID(File, Directory);
392 assert(FileID && "Invalid file id");
393 addUInt(Die, dwarf::DW_AT_decl_file, None, FileID);
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 188 typedef llvm::DenseMap<FileID, DeclIDInFileInfo *> FileDeclIDsTy;
    [all...]
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 590 FileID FID = I->first;
TransformActions.cpp 425 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc);
  /external/clang/lib/Frontend/
CacheTokens.cpp 517 FileID FID = SM.createFileID(FE, SourceLocation(), SrcMgr::C_User);
CompilerInstance.cpp     [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 33 const std::pair<FileID, unsigned> &Decomposed = SM.getDecomposedLoc(Loc);
42 // Use the offest into the FileID to represent the location. Using
  /external/google-breakpad/src/common/solaris/
dump_symbols.cc 496 google_breakpad::FileID file_id(obj_file.c_str());
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
ASTContext.cpp 202 std::pair<FileID, unsigned> DeclLocDecomp = SourceMgr.getDecomposedLoc(DeclLoc);
209 std::pair<FileID, unsigned> CommentBeginDecomp
232 std::pair<FileID, unsigned> CommentEndDecomp
    [all...]
Expr.cpp     [all...]
  /external/google-breakpad/src/client/linux/handler/
exception_handler_unittest.cc 816 FileID::ConvertIdentifierToString(kModuleGUID,
    [all...]
  /external/google-breakpad/src/client/solaris/handler/
minidump_generator.cc 470 FileID file_id(path);
  /external/clang/lib/Lex/
ModuleMap.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 213 // Verify that the entire path is from the same FileID.
214 FileID FID;
    [all...]
BugReporter.cpp     [all...]
  /external/clang/unittests/AST/
CommentParser.cpp 58 FileID File = SourceMgr.createFileID(std::move(Buf));
    [all...]
CommentLexer.cpp 64 FileID File = SourceMgr.createFileID(std::move(Buf));
    [all...]
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.cc     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 281 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(LParenLoc);
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 70 FileID MainFileID;
    [all...]
RewriteObjC.cpp 70 FileID MainFileID;
    [all...]

Completed in 2460 milliseconds

1 2 3 45