Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3664 bool isBeingDefined() const { return TagDeclBits.IsBeingDefined; } in isBeingDefined() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3846 bool TagType::isBeingDefined() const { in isBeingDefined() function in TagType