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

  /external/clang/include/clang/Lex/
HeaderMap.h 49 /// LookupFile - Check to see if the specified relative filename is located in
55 const FileEntry *LookupFile(StringRef Filename, FileManager &FM) const;
DirectoryLookup.h 131 /// LookupFile - Lookup the specified file in this search path, returning it
152 const FileEntry *LookupFile(StringRef Filename, HeaderSearch &HS,
HeaderSearch.h 156 /// LookupFile. The first part of the value is the starting index in
296 /// LookupFile - Given a "foo" or <foo> reference, look up the indicated file,
321 const FileEntry *LookupFile(StringRef Filename, bool isAngled,
Preprocessor.h     [all...]
  /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...]
PPMacroExpansion.cpp     [all...]
Pragma.cpp 440 const FileEntry *File = LookupFile(Filename, isAngled, 0, CurDir, NULL, NULL,
    [all...]

Completed in 547 milliseconds