Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTConsumer.h24 class SemaConsumer; // layering violation required for safe SemaConsumer variable
36 bool SemaConsumer = false; global() variable
38 friend class SemaConsumer; global() variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaConsumer.h28 SemaConsumer() { in SemaConsumer() function