/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 void 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; 136 const DirectoryLookup *CurDir) { 141 CurDirLookup = CurDir; 219 if (const DirectoryEntry *CurDir = FM.getDirectory(Path)) { 220 if (CurDir == Dir) {
|
HeaderSearch.cpp | 498 const DirectoryLookup *&CurDir, 510 CurDir = 0; 526 // directory. This has to be based on CurFileEnt, not CurDir, because 538 // Leave CurDir unset. 567 CurDir = 0; 605 CurDir = &SearchDirs[i]; 609 HFI.DirInfo = CurDir->getDirCharacteristic(); 629 if (CurDir->isIndexHeaderMap()) { 656 FromDir, CurDir, CurFileEnt, [all...] |
PPDirectives.cpp | 540 const DirectoryLookup *&CurDir, 565 CurDir = CurDirLookup; 567 Filename, isAngled, FromDir, CurDir, CurFileEnt, [all...] |
Pragma.cpp | 472 const DirectoryLookup *CurDir; 474 isAngled, 0, CurDir, NULL, NULL, NULL); [all...] |
PPMacroExpansion.cpp | [all...] |
/external/clang/lib/Rewrite/Frontend/ |
InclusionRewriter.cpp | 332 const DirectoryLookup *CurDir; 334 Filename, isAngled, 0, CurDir,
|
/external/clang/include/clang/Lex/ |
HeaderSearch.h | 352 /// \param CurDir If non-null, the file was found in the specified directory 371 const DirectoryLookup *&CurDir,
|
Preprocessor.h | [all...] |
/external/clang/lib/Frontend/ |
VerifyDiagnosticConsumer.cpp | 373 const DirectoryLookup *CurDir; 374 const FileEntry *FE = PP->LookupFile(Pos, Filename, false, NULL, CurDir,
|