Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp72 : AllowInvalidDecl(AllowInvalid), WantClassName(WantClass), in TypeNameValidatorCCC()
81 if (!AllowInvalidDecl && ND->isInvalidDecl()) in ValidateCandidate()
116 bool AllowInvalidDecl; member in __anone3e098810111::TypeNameValidatorCCC