Searched defs:CurDir (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/lib/Lex/ |
H A D | PPLexerChange.cpp | 232 if (*CurDir == Dir) { in computeRelativePath() local 69 EnterSourceFile(FileID FID,ConstSearchDirIterator CurDir,SourceLocation Loc,bool IsFirstIncludeOfFile) EnterSourceFile() argument 114 EnterSourceFileWithLexer(Lexer * TheLexer,ConstSearchDirIterator CurDir) EnterSourceFileWithLexer() argument
|
H A D | PPDirectives.cpp | 960 ConstSearchDirIterator &CurDir = CurDirArg ? *CurDirArg : CurDirLocal; LookupFile() local 2094 LookupHeaderIncludeOrImport(ConstSearchDirIterator * CurDir,StringRef & Filename,SourceLocation FilenameLoc,CharSourceRange FilenameRange,const Token & FilenameTok,bool & IsFrameworkFound,bool IsImportDecl,bool & IsMapped,ConstSearchDirIterator LookupFrom,const FileEntry * LookupFromFile,StringRef & LookupFilename,SmallVectorImpl<char> & RelativePath,SmallVectorImpl<char> & SearchPath,ModuleMap::KnownHeader & SuggestedModule,bool isAngled) LookupHeaderIncludeOrImport() argument 2272 ConstSearchDirIterator CurDir = nullptr; HandleHeaderIncludeOrImport() local [all...] |
H A D | HeaderSearch.cpp | 894 ConstSearchDirIterator &CurDir = CurDirArg ? *CurDirArg : CurDirLocal; in LookupFile() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 450 std::string CurDir = remapDIPath(getCurrentDirname()); createFile() local
|
H A D | CGOpenMPRuntime.cpp | 6628 CurDir; global() member in __anon143de22e2c11::MappableExprsHandler
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 2832 OpenMPDirectiveKind CurDir = Stack->getCurrentDirective(); checkReductionClauses() local
|