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 200 /// LookupFile - Lookup the specified file in this search path, returning it
202 const FileEntry *DirectoryLookup::LookupFile(
248 const FileEntry * const Result = getHeaderMap()->LookupFile(
393 /// LookupFile - Given a "foo" or <foo> reference, look up the indicated file,
398 const FileEntry *HeaderSearch::LookupFile(
497 SearchDirs[i].LookupFile(Filename, *this, SearchPath, RelativePath,
541 const FileEntry *Result = LookupFile(ScratchFilename, /*isAngled=*/true,
    [all...]
PPDirectives.cpp 487 /// LookupFile - Given a "foo" or <foo> reference, look up the indicated file,
490 const FileEntry *Preprocessor::LookupFile(
520 const FileEntry *FE = HeaderInfo.LookupFile(
    [all...]

Completed in 46 milliseconds