Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp82 if (!IsCollectingDecls) in DeclRead()
135 assert(IsCollectingDecls && "HandleTranslationUnit called twice?"); in HandleTranslationUnit()
136 IsCollectingDecls = false; in HandleTranslationUnit()
191 bool IsCollectingDecls = true; member in __anona59ec3c70111::DeserializedDeclsSourceRangePrinter