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

1 2 34

  /external/clang/lib/Sema/
MultiplexExternalSemaSource.cpp 113 void MultiplexExternalSemaSource::FindFileRegionDecls(FileID File,
SemaObjCProperty.cpp 280 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(LParenLoc);
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 229 FileID FID;
232 // If the begin/end of the range lie in the same FileID, do the optimization
233 // where we skip preprocessed entities that do not come from the same FileID.
236 FID = FileID();
252 std::pair<FileID, unsigned>
267 FileID File = Begin.first;
296 bool CursorVisitor::visitDeclsFromFileRegion(FileID File,
413 // lies in the same FileID, allowing it to skip preprocessed entities that
414 // do not come from the same FileID.
442 FileID FID)
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 184 typedef llvm::DenseMap<FileID, DeclIDInFileInfo *> FileDeclIDsTy;
  /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 507 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/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 423 unsigned FileID = getOrCreateSourceID(File, Directory);
424 assert(FileID && "Invalid file id");
425 addUInt(Die, dwarf::DW_AT_decl_file, None, FileID);
    [all...]
  /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/clang/lib/Format/
Format.cpp     [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 875 FileID ExpansionFileID = ExpansionLoc.getFileID();
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 214 // Verify that the entire path is from the same FileID.
215 FileID FID;
    [all...]
BugReporter.cpp     [all...]
  /external/clang/unittests/AST/
CommentParser.cpp 58 FileID File = SourceMgr.createFileID(Buf);
    [all...]
CommentLexer.cpp 64 FileID File = SourceMgr.createFileID(Buf);
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 68 FileID MainFileID;
    [all...]
RewriteObjC.cpp 68 FileID MainFileID;
    [all...]

Completed in 3295 milliseconds

1 2 34