Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp70 : AllowInvalidDecl(AllowInvalid), WantClassName(WantClass), in TypeNameValidatorCCC()
79 if (!AllowInvalidDecl && ND->isInvalidDecl()) in ValidateCandidate()
110 bool AllowInvalidDecl; member in __anond988c25c0111::TypeNameValidatorCCC