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 50 /// LookupFile - Check to see if the specified relative filename is located in
56 const FileEntry *LookupFile(StringRef Filename, FileManager &FM) const;
DirectoryLookup.h 123 /// LookupFile - Lookup the specified file in this search path, returning it
144 const FileEntry *LookupFile(StringRef Filename, HeaderSearch &HS,
HeaderSearch.h 170 /// \brief Keeps track of each lookup performed by LookupFile.
351 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 205 /// LookupFile - Lookup the specified file in this search path, returning it
207 const FileEntry *DirectoryLookup::LookupFile(
253 const FileEntry * const Result = getHeaderMap()->LookupFile(
472 /// LookupFile - Given a "foo" or \<foo> reference, look up the indicated file,
477 const FileEntry *HeaderSearch::LookupFile(
584 SearchDirs[i].LookupFile(Filename, *this, SearchPath, RelativePath,
638 const FileEntry *Result = LookupFile(ScratchFilename, /*isAngled=*/true,
    [all...]
PPDirectives.cpp 503 const FileEntry *Preprocessor::LookupFile(
533 const FileEntry *FE = HeaderInfo.LookupFile(
    [all...]
Pragma.cpp 467 const FileEntry *File = LookupFile(Filename, isAngled, 0, CurDir, NULL, NULL,
    [all...]
PPMacroExpansion.cpp     [all...]

Completed in 245 milliseconds