Home
last modified time | relevance | path

Searched defs:DLU (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/Lex/
H A DDirectoryLookup.h38 union DLU { // This union is discriminated by isHeaderMap. union
47 DLU(DirectoryEntryRef Dir) : Dir(Dir) {} in DLU() function
48 DLU(const HeaderMap *Map) : Map(Map) {} in DLU() function
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp751 DWARFUnit *DLU = const_cast<DWARFUnit *>(U)->getLinkedUnit(); getAsFile() local