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 37 CurDir = os.path.abspath(os.curdir)
47 ProjectMapPath = os.path.join(CurDir, SATestBuild.ProjectMapFile)
  /external/clang/lib/Lex/
PPLexerChange.cpp 71 bool Preprocessor::EnterSourceFile(FileID FID, const DirectoryLookup *CurDir,
81 EnterSourceFileWithPTH(PL, CurDir);
104 EnterSourceFileWithLexer(new Lexer(FID, InputFile, *this), CurDir);
111 const DirectoryLookup *CurDir) {
119 CurDirLookup = CurDir;
137 const DirectoryLookup *CurDir) {
142 CurDirLookup = CurDir;
240 if (const DirectoryEntry *CurDir = FM.getDirectory(Path)) {
241 if (CurDir == Dir) {
PPDirectives.cpp 614 const DirectoryLookup *&CurDir,
663 CurDir = CurDirLookup;
668 const DirectoryLookup *TmpCurDir = CurDir;
680 CurDir = TmpCurDir;
688 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath,
    [all...]
HeaderSearch.cpp 576 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir,
585 CurDir = nullptr;
605 // directory. This cannot be based on CurDir, because each includer could be
638 // Leave CurDir unset.
684 CurDir = nullptr;
731 CurDir = &SearchDirs[i];
735 HFI.DirInfo = CurDir->getDirCharacteristic();
755 if (CurDir->isIndexHeaderMap()) {
789 ScratchFilename, IncludeLoc, /*isAngled=*/true, FromDir, CurDir,
    [all...]
PPMacroExpansion.cpp     [all...]
Pragma.cpp 472 const DirectoryLookup *CurDir;
475 nullptr, CurDir, nullptr, nullptr, nullptr);
    [all...]
  /external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 371 const DirectoryLookup *CurDir;
377 Filename, SourceLocation(), isAngled, nullptr, CurDir, Includers, nullptr,
  /external/clang/include/clang/Lex/
HeaderSearch.h 374 /// \param CurDir If non-null, the file was found in the specified directory
393 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 304 milliseconds