HomeSort by relevance Sort by last modified time
    Searched defs:LookupFile (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Lex/
HeaderMap.cpp 200 /// LookupFile - Check to see if the specified relative filename is located in
202 const FileEntry *HeaderMap::LookupFile(
HeaderSearch.cpp 221 /// LookupFile - Lookup the specified file in this search path, returning it
223 const FileEntry *DirectoryLookup::LookupFile(
270 const FileEntry * const Result = getHeaderMap()->LookupFile(
489 /// LookupFile - Given a "foo" or \<foo> reference, look up the indicated file,
494 const FileEntry *HeaderSearch::LookupFile(
601 SearchDirs[i].LookupFile(Filename, *this, SearchPath, RelativePath,
655 const FileEntry *Result = LookupFile(ScratchFilename, /*isAngled=*/true,
    [all...]
PPDirectives.cpp 535 const FileEntry *Preprocessor::LookupFile(
566 const FileEntry *FE = HeaderInfo.LookupFile(
    [all...]

Completed in 60 milliseconds