Searched refs:isLinkageValid (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1071 bool NamedDecl::isLinkageValid() const { function in class:NamedDecl
4146 assert(T->isLinkageValid());
4148 assert(isLinkageValid());
H A DType.cpp3936 bool Type::isLinkageValid() const { function in class:Type
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h400 bool isLinkageValid() const;
4544 cast<NamedDecl>(static_cast<decl_type*>(this))->isLinkageValid());
H A DType.h2428 bool isLinkageValid() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp11592 assert(VDecl->isLinkageValid());

Completed in 217 milliseconds