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

  /external/clang/utils/analyzer/
SATestAdd.py 61 CurDir = os.path.abspath(os.curdir)
71 ProjectMapPath = os.path.join(CurDir, SATestBuild.ProjectMapFile)
  /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) {
PPDirectives.cpp 609 const DirectoryLookup *&CurDir,
659 CurDir = CurDirLookup;
664 const DirectoryLookup *TmpCurDir = CurDir;
676 CurDir = TmpCurDir;
684 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath,
    [all...]
HeaderSearch.cpp 567 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir,
577 CurDir = nullptr;
599 // directory. This cannot be based on CurDir, because each includer could be
632 // Leave CurDir unset.
678 CurDir = nullptr;
725 CurDir = &SearchDirs[i];
729 HFI.DirInfo = CurDir->getDirCharacteristic();
749 if (CurDir->isIndexHeaderMap()) {
784 CurDir, Includers.front(), SearchPath, RelativePath,
    [all...]
Pragma.cpp 477 const DirectoryLookup *CurDir;
480 nullptr, CurDir, nullptr, nullptr, nullptr);
    [all...]
PPMacroExpansion.cpp     [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 363 /// \param CurDir If non-null, the file was found in the specified directory
382 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir,
Preprocessor.h     [all...]
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 401 const DirectoryLookup *CurDir;
403 PP->LookupFile(Pos, Filename, false, nullptr, nullptr, CurDir,

Completed in 528 milliseconds