HomeSort by relevance Sort by last modified time
    Searched refs:CurrentFile (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Frontend/
FrontendAction.h 47 std::string CurrentFile;
130 assert(!CurrentFile.empty() && "No current file!");
135 assert(!CurrentFile.empty() && "No current file!");
136 return CurrentFile;
140 assert(!CurrentFile.empty() && "No current file!");
  /external/jhead/
jhead.c 32 static const char * CurrentFile;
108 if (CurrentFile) fprintf(stderr,"in file '%s'\n",CurrentFile);
123 if (CurrentFile) fprintf(stderr,"'%s' ",CurrentFile);
783 CurrentFile = FileName;
    [all...]
  /external/clang/lib/Frontend/
FrontendAction.cpp 88 CurrentFile = Value;

Completed in 868 milliseconds