Home
last modified time | relevance | path

Searched refs:LookupSubframeworkHeader (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/clang/include/clang/Lex/
H A DHeaderSearch.h392 const FileEntry *LookupSubframeworkHeader(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/
DHeaderSearch.h509 OptionalFileEntryRef LookupSubframeworkHeader(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/
DHeaderSearch.h509 OptionalFileEntryRef LookupSubframeworkHeader(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/
DHeaderSearch.h509 OptionalFileEntryRef LookupSubframeworkHeader(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/
DHeaderSearch.h530 OptionalFileEntryRef LookupSubframeworkHeader(
/aosp_15_r20/external/clang/lib/Lex/
H A DPPDirectives.cpp839 if ((FE = HeaderInfo.LookupSubframeworkHeader(Filename, CurFileEnt, in LookupFile()
856 if ((FE = HeaderInfo.LookupSubframeworkHeader( in LookupFile()
H A DHeaderSearch.cpp819 LookupSubframeworkHeader(StringRef Filename, in LookupSubframeworkHeader() function in HeaderSearch