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

1 2 34

  /external/clang/unittests/Tooling/
RefactoringTest.cpp 177 const FileEntry *File = Context.Files.getFile(Path);
186 // a FileEntry, as otherwise we'd read through an already opened file
  /frameworks/compile/slang/
slang.cpp 322 const clang::FileEntry *File = mFileMgr->getFile(InputFile);
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 671 const FileEntry *FromFile = FileMgr.getVirtualFile(Remap->first,
695 const FileEntry *ToFile = FileMgr.getFile(Remap->second);
703 const FileEntry *FromFile = FileMgr.getVirtualFile(Remap->first,
    [all...]
InitHeaderSearch.cpp 163 if (const FileEntry *FE = FM.getFile(MappedPathStr)) {
TextDiagnostic.cpp 774 const FileEntry* FE = SM.getFileEntryForID(FID);
    [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp 503 const FileEntry *Preprocessor::LookupFile(
514 const FileEntry *CurFileEnt = 0;
533 const FileEntry *FE = HeaderInfo.LookupFile(
    [all...]
Pragma.cpp 467 const FileEntry *File = LookupFile(Filename, isAngled, 0, CurDir, NULL, NULL,
475 const FileEntry *CurFile = getCurrentFileLexer()->getFileEntry();
    [all...]
PPMacroExpansion.cpp     [all...]
  /external/clang/lib/Rewrite/Core/
Rewriter.cpp 481 const FileEntry *Entry =
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 162 const FileEntry* Entry = SMgr.getFileEntryForID(FID);
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 921 const FileEntry *File = IF.getFile();
    [all...]
ASTWriter.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
CIndexUSRs.cpp 496 const FileEntry *FE = SM.getFileEntryForID(Decomposed.first);
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 640 const FileEntry *file = Ctx.getSourceManager().getFileEntryForID(FID);
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 203 * @param {Entry} entry An Entry subclass (FileEntry or DirectoryEntry).
253 * Example methods are Entry.getMetadata() and FileEntry.file().
319 * When this method completes, the fileEntry object will get a
352 * When this method completes, the fileEntry object will get a
388 * When this method completes, the fileEntry object will get a
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp 169 #include "FileEntry.h"
868 return toV8(FileEntry::create(fileSystem, filePath));
    [all...]
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
sdklib.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 305 if (const FileEntry *MainFile = SM.getFileEntryForID(SM.getMainFileID())) {
    [all...]
CGObjCGNU.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 797 milliseconds

1 2 34