HomeSort by relevance Sort by last modified time
    Searched refs:CurDir (Results 1 - 25 of 33) sorted by null

1 2

  /external/clang/utils/analyzer/
SATestAdd.py 61 CurDir = os.path.abspath(os.curdir)
71 ProjectMapPath = os.path.join(CurDir, SATestBuild.ProjectMapFile)
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Vol.c 213 CONST CHAR16 *CurDir;
224 CurDir = NULL;
265 CurDir = gEfiShellProtocol->GetCurDir(NULL);
266 if (CurDir == NULL) {
270 PathName = CurDir;
UefiShellLevel2CommandsLib.c 179 CONST CHAR16 *CurDir;
189 CurDir = gEfiShellProtocol->GetCurDir(NULL);
190 StrnCatGrow(&PathToReturn, &Size, CurDir, 0);
Ls.c 553 CONST CHAR16 *CurDir;
568 CurDir = NULL;
660 CurDir = gEfiShellProtocol->GetCurDir(NULL);
661 if (CurDir == NULL) {
671 StrnCatGrow(&FullPath, NULL, CurDir, 0);
  /external/clang/lib/Lex/
PPLexerChange.cpp 72 bool Preprocessor::EnterSourceFile(FileID FID, const DirectoryLookup *CurDir,
82 EnterSourceFileWithPTH(PL, CurDir);
105 EnterSourceFileWithLexer(new Lexer(FID, InputFile, *this), CurDir);
112 const DirectoryLookup *CurDir) {
120 CurDirLookup = CurDir;
138 const DirectoryLookup *CurDir) {
143 CurDirLookup = CurDir;
241 if (const DirectoryEntry *CurDir = FM.getDirectory(Path)) {
242 if (CurDir == Dir) {
HeaderSearch.cpp 568 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir,
578 CurDir = nullptr;
600 // directory. This cannot be based on CurDir, because each includer could be
634 // Leave CurDir unset.
680 CurDir = nullptr;
727 CurDir = &SearchDirs[i];
731 HFI.DirInfo = CurDir->getDirCharacteristic();
751 if (CurDir->isIndexHeaderMap()) {
786 CurDir, Includers.front(), SearchPath, RelativePath,
    [all...]
PPDirectives.cpp 744 const DirectoryLookup *&CurDir,
797 CurDir = CurDirLookup;
802 const DirectoryLookup *TmpCurDir = CurDir;
814 CurDir = TmpCurDir;
822 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath,
    [all...]
Pragma.cpp 477 const DirectoryLookup *CurDir;
480 nullptr, CurDir, nullptr, nullptr, nullptr);
    [all...]
PPMacroExpansion.cpp     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
Shell.c     [all...]
ShellProtocol.c     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Include/Protocol/
EfiShellEnvironment2.h 927 SHELLENV_CUR_DIR CurDir;
    [all...]
  /external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 387 const DirectoryLookup *CurDir;
394 Filename, SourceLocation(), isAngled, nullptr, CurDir, Includers, nullptr,
  /external/clang/include/clang/Lex/
HeaderSearch.h 361 /// \param CurDir If non-null, the file was found in the specified directory
380 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir,
Preprocessor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
HeaderSearch.h 361 /// \param CurDir If non-null, the file was found in the specified directory
380 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir,
Preprocessor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
HeaderSearch.h 361 /// \param CurDir If non-null, the file was found in the specified directory
380 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
HeaderSearch.h 361 /// \param CurDir If non-null, the file was found in the specified directory
380 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
HeaderSearch.h 361 /// \param CurDir If non-null, the file was found in the specified directory
380 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
HeaderSearch.h 361 /// \param CurDir If non-null, the file was found in the specified directory
380 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
HeaderSearch.h 361 /// \param CurDir If non-null, the file was found in the specified directory
380 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
HeaderSearch.h 361 /// \param CurDir If non-null, the file was found in the specified directory
380 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
HeaderSearch.h 361 /// \param CurDir If non-null, the file was found in the specified directory
380 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir,
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 399 const DirectoryLookup *CurDir;
401 PP->LookupFile(Pos, Filename, false, nullptr, nullptr, CurDir,

Completed in 2716 milliseconds

1 2