HomeSort by relevance Sort by last modified time
    Searched defs:FileName (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/chromium_org/tools/stats_viewer/
OpenDialog.cs 23 /// Get the user selected filename
25 public string FileName
  /external/clang/include/clang/Frontend/
CommandLineSourceLoc.h 26 std::string FileName;
31 /// Construct a parsed source location from a string; the Filename is empty on
42 PSL.FileName = LineSplit.first;
46 if (PSL.FileName == "-")
47 PSL.FileName = "<stdin>";
60 /// Source locations are of the form filename:line:column.
76 if (Val.FileName.empty()) {
78 << "source location must be of the form filename:line:column\n";
  /external/clang/lib/Frontend/
DependencyGraph.cpp 50 StringRef FileName, bool IsAngled,
69 StringRef FileName,
115 StringRef FileName = AllFiles[I]->getName();
116 if (FileName.startswith(SysRoot))
117 FileName = FileName.substr(SysRoot.size());
119 OS << DOT::EscapeString(FileName)
  /external/clang/test/CodeGen/
types.c 3 struct FileName {
4 struct FileName *next;
  /external/llvm/include/llvm/DebugInfo/
DIContext.h 33 std::string FileName;
39 : FileName("<invalid>"), FunctionName("<invalid>"), Line(0), Column(0) {}
43 FileName == RHS.FileName && FunctionName == RHS.FunctionName;
  /external/llvm/lib/ExecutionEngine/
EventListenerCommon.h 28 // Holds the filename of each Scope, so that we can pass a null-terminated
36 std::string &Filename = Filenames[Scope];
37 if (Filename.empty()) {
39 Filename = DIScope.getFilename();
41 return Filename.c_str();
49 StringRef FileName = DIScope.getFilename();
54 if (FileName != "") {
55 sys::path::append(FullPath, FileName);
  /external/clang/unittests/Basic/
FileManagerTest.cpp 133 const char *FileName = "C:test";
135 statCache->InjectFile(FileName, 45);
149 file = manager.getFile(FileName);
  /external/llvm/include/llvm/Support/
LockFileManager.h 53 SmallString<128> FileName;
70 LockFileManager(StringRef FileName);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sfc.h 30 WCHAR FileName[MAX_PATH];
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
file_impl.cc 75 int FileWrapperImpl::FileName(char* file_name_utf8, size_t size) const {
  /external/clang/include/clang/Serialization/
GlobalModuleIndex.h 79 std::string FileName;
Module.h 120 std::string FileName;
126 return FileName + ".timestamp";
  /external/webrtc/src/system_wrappers/source/
file_impl.cc 88 int FileWrapperImpl::FileName(char* fileNameUTF8,
  /external/netperf/
netserver.c 174 char FileName[PATH_MAX]; /* for opening the debug log file */
175 strcpy(FileName, DEBUG_LOG_FILE);
179 snprintf(&FileName[strlen(FileName)], sizeof(FileName) - strlen(FileName), "_%d", getpid());
180 if ((where = fopen(FileName, "w")) == NULL) {
185 chmod(FileName,0644);
797 char FileName[PATH_MAX]; /* for opening the debug log file */
918 strcpy(FileName, DEBUG_LOG_FILE)
    [all...]
  /ndk/sources/host-tools/make-3.81/
vmsfunctions.c 159 static struct dsc$descriptor_s FileName =
192 Nam.nam$l_esa = EName; /* expanded filename */
194 Nam.nam$l_rsa = RName; /* resultant filename */
207 FileName.dsc$a_pointer = Nam.nam$l_name;
208 FileName.dsc$w_length = Nam.nam$b_name + Nam.nam$b_type + Nam.nam$b_ver;
223 &FibDesc, &FileName, 0, 0, &Atr, 0);
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 64 StringRef FileName, bool IsAngled,
68 void WriteLineInfo(const char *Filename, int Line,
99 /// markers depending on what mode we're in, including the \p Filename and
102 void InclusionRewriter::WriteLineInfo(const char *Filename, int Line,
109 OS.write_escaped(Filename);
115 OS.write_escaped(Filename);
171 StringRef /*FileName*/,
288 StringRef Filename;
316 Filename = FilenameBuffer;
322 Filename = PP.getSpelling(Tok, FilenameBuffer, &Invalid)
    [all...]
  /external/clang/lib/Tooling/
JSONCompilationDatabase.cpp 303 StringRef FileName = File->getValue(FileStorage);
305 if (llvm::sys::path::is_relative(FileName)) {
309 llvm::sys::path::append(AbsolutePath, FileName);
312 llvm::sys::path::native(FileName, NativeFilePath);
  /external/clang/unittests/AST/
MatchVerifier.h 85 StringRef FileName;
89 FileName = "input.c";
93 FileName = "input.c";
97 FileName = "input.cc";
101 FileName = "input.cc";
104 FileName = "input.cl";
109 if (!tooling::runToolOnCodeWithArgs(Factory->create(), Code, Args, FileName))
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 61 StringRef FileName,
70 this->FileName = FileName.str();
81 SmallString<16> FileName;
191 // Callbacks have been executed at this point -- return filename range.
  /external/llvm/include/llvm/IR/
DiagnosticInfo.h 204 DiagnosticInfoSampleProfile(const char *FileName, unsigned LineNum,
207 : DiagnosticInfo(DK_SampleProfile, Severity), FileName(FileName),
209 DiagnosticInfoSampleProfile(const char *FileName, const Twine &Msg,
211 : DiagnosticInfo(DK_SampleProfile, Severity), FileName(FileName),
215 : DiagnosticInfo(DK_SampleProfile, Severity), FileName(nullptr),
225 const char *getFileName() const { return FileName; }
231 const char *FileName;
281 void getLocation(StringRef *Filename, unsigned *Line, unsigned *Column) const
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFDebugLine.cpp 653 const char *FileName = Entry.Name;
655 sys::path::is_absolute(FileName)) {
656 Result = FileName;
667 sys::path::append(FilePath, FileName);
  /external/lzma/CPP/7zip/UI/Common/
Update.h 140 UString FileName;
  /external/clang/include/clang/Basic/
Module.h 108 std::string FileName;
392 /// \brief Add a top-level header filename associated with this module.
393 void addTopHeaderFilename(StringRef Filename) {
394 TopHeaderNames.push_back(Filename);
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 214 StringRef FileName;
234 InclusionKind Kind, StringRef FileName,
242 StringRef getFileName() const { return FileName; }
574 StringRef FileName, bool IsAngled,
  /external/chromium_org/third_party/freetype/include/freetype/
tttables.h 453 FT_Char FileName[6];
    [all...]

Completed in 558 milliseconds

1 2 3