Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp594 bool HasStandaloneLexicalDC = DeclBits.getNextBit(); in VisitDecl() local
610 HasStandaloneLexicalDC ? readDeclID() : 0; in VisitDecl()
620 HasStandaloneLexicalDC ? readDeclAs<DeclContext>() : nullptr; in VisitDecl()