Home
last modified time | relevance | path

Searched refs:TwoLevelNamespace (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/include/llvm/TextAPI/
H A DRecordsSlice.h155 bool TwoLevelNamespace = false; member
/llvm-project/llvm/lib/TextAPI/
H A DRecordsSlice.cpp317 !BA.TwoLevelNamespace); in createInterfaceFile()
H A DInterfaceFile.cpp371 if (BA.TwoLevelNamespace && !isTwoLevelNamespace()) in setFromBinaryAttrs()
/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp164 BA.TwoLevelNamespace = true; in readMachOHeader()
/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp889 if (!DylibBA.TwoLevelNamespace) { in verifyBinaryAttrs()
/llvm-project/clang/tools/clang-installapi/
H A DOptions.cpp843 Ctx.BA.TwoLevelNamespace = true; in getReexportedLibraries()