HomeSort by relevance Sort by last modified time
    Searched refs:FileName (Results 51 - 73 of 73) sorted by null

1 23

  /external/clang/lib/Frontend/
FrontendAction.cpp 161 assert(!Input.File.empty() && "Unexpected empty filename!");
404 !CI.getFrontendOpts().CodeCompletionAt.FileName.empty())
435 StringRef Filename) {
438 return WrappedAction->BeginSourceFileAction(CI, Filename);
CompilerInstance.cpp 367 const std::string &Filename,
372 const FileEntry *Entry = PP.getFileManager().getFile(Filename);
375 << Filename;
389 Loc.FileName, Loc.Line, Loc.Column,
396 } else if (EnableCodeCompletion(getPreprocessor(), Loc.FileName,
415 const std::string &Filename,
422 if (EnableCodeCompletion(PP, Filename, Line, Column))
452 SmallString<128> NewOutFile(it->Filename);
454 // If '-working-directory' was passed, the output filename should be
460 << it->TempFilename << it->Filename << ec.message()
    [all...]
CompilerInvocation.cpp 515 if (!Opts.CodeCompletionAt.FileName.empty())
517 Opts.CodeCompletionAt.FileName + ":" +
    [all...]
ASTUnit.cpp 629 llvm::MemoryBuffer *ASTUnit::getBufferForFile(StringRef Filename,
632 return FileMgr->getBufferForFile(Filename, ErrorStr);
655 ASTUnit *ASTUnit::LoadFromASTFile(const std::string &Filename,
772 switch (Reader->ReadAST(Filename, serialization::MK_MainFile)) {
    [all...]
  /external/llvm/include/llvm/Support/
COFF.h 350 uint8_t FileName[18];
  /frameworks/compile/slang/
slang_rs_reflection.cpp 71 static bool GetClassNameFromFileName(const std::string &FileName,
75 if (FileName.empty() || (FileName == "-"))
79 RSSlangReflectUtils::JavaClassNameFromRSFileName(FileName.c_str());
    [all...]
  /external/clang/lib/Lex/
HeaderSearch.cpp 188 /// getName - Return the directory or filename corresponding to this lookup
203 StringRef Filename,
215 llvm::sys::path::append(TmpDir, Filename);
223 RelativePath->append(Filename.begin(), Filename.end());
244 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath,
249 Filename, HS.getFileMgr());
258 RelativePath->append(Filename.begin(), Filename.end());
268 StringRef Filename,
    [all...]
  /external/giflib/
dgif_lib.c 67 DGifOpenFileName(const char *FileName) {
71 if ((FileHandle = open(FileName, O_RDONLY
    [all...]
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 577 WriteBytes(StringRef(reinterpret_cast<const char *>(i->Aux.File.FileName),
578 sizeof(i->Aux.File.FileName)));
MCStreamer.cpp 150 StringRef Filename) {
151 return getContext().GetDwarfFile(Directory, Filename, FileNo) == 0;
158 StringRef FileName) {
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 156 static void emitDOTFile(const char *FileName, const MCFunction &f,
160 raw_fd_ostream Out(FileName, Error);
235 void llvm::DisassembleInputMachO(StringRef Filename) {
238 if (error_code ec = MemoryBuffer::getFileOrSTDIN(Filename, Buff)) {
239 errs() << "llvm-objdump: " << Filename << ": " << ec.message() << "\n";
273 outs() << '\n' << Filename << ":\n\n";
325 errs() << "llvm-objdump: " << Filename << ": " << ec.message() << '\n';
  /external/clang/lib/Serialization/
ASTWriter.cpp 935 /// \brief Adjusts the given filename to only write out the portion of the
936 /// filename that is not part of the system root directory.
938 /// \param Filename the file name to adjust.
941 /// the returned filename will be adjusted by this system root.
943 /// \returns either the original filename (if it needs no adjustment) or the
944 /// adjusted filename (which points into the @p Filename parameter).
    [all...]
ASTReader.cpp 803 std::string Filename(&Record[Idx], &Record[Idx] + FilenameLen);
805 MaybeAddSystemRootToFilename(Filename);
806 FileIDs[I] = LineTable.getLineTableFilenameID(Filename);
    [all...]
  /external/freetype/src/sfnt/
ttload.c     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 522 unsigned DwarfDebug::GetOrCreateSourceID(StringRef FileName,
525 if (FileName.empty())
538 NamePair += FileName;
545 Asm->OutStreamer.EmitDwarfFileDirective(SrcId, DirName, FileName);
    [all...]
  /external/jhead/
exif.c     [all...]
  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp 796 strncpy(ImageInfo.FileName, (const char *)path, PATH_MAX);
829 strncpy(ImageInfo.FileName, (const char *)path, PATH_MAX);
    [all...]
  /external/clang/include/clang-c/
Index.h 97 const char *Filename;
465 * \param filename [out] if non-NULL, will be set to the filename of the
480 CXString *filename,
4259 const char *filename; member in struct:__anon4555
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/v8/src/
platform-win32.cc 62 int fopen_s(FILE** pFile, const char* filename, const char* mode) {
63 *pFile = fopen(filename, mode);
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 424 /// <param name="FileName">File to load</param>
426 procedure Load(const FileName: String; const Encoding: TEncoding);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 3256 milliseconds

1 23