Searched defs:LookupFile (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Lex/
H A DHeaderMap.cpp200 /// LookupFile - Check to see if the specified relative filename is located in
202 const FileEntry *HeaderMap::LookupFile( function in class:HeaderMap
H A DHeaderSearch.cpp200 /// LookupFile - Lookup the specified file in this search path, returning it
202 const FileEntry *DirectoryLookup::LookupFile( function in class:DirectoryLookup
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( function in class:HeaderSearch
497 SearchDirs[i].LookupFile(Filename, *this, SearchPath, RelativePath,
541 const FileEntry *Result = LookupFile(ScratchFilename, /*isAngled=*/true,
H A DPPDirectives.cpp487 /// LookupFile - Given a "foo" or <foo> reference, look up the indicated file,
490 const FileEntry *Preprocessor::LookupFile( function in class:Preprocessor
520 const FileEntry *FE = HeaderInfo.LookupFile(
1334 const FileEntry *File = LookupFile(
1350 File = LookupFile(Filename, isAngled, LookupFrom, CurDir, 0, 0,

Completed in 80 milliseconds