Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1072 bool NamedDecl::isLinkageValid() const { in isLinkageValid() function in NamedDecl
4676 assert(T->isLinkageValid()); in setTypedefNameForAnonDecl()
4678 assert(isLinkageValid()); in setTypedefNameForAnonDecl()
H A DType.cpp4432 bool Type::isLinkageValid() const { in isLinkageValid() function in Type
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h446 bool isLinkageValid() const;
4976 cast<NamedDecl>(static_cast<decl_type*>(this))->isLinkageValid()); in setPreviousDecl()
H A DType.h2659 bool isLinkageValid() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp13151 assert(VDecl->isLinkageValid()); in DeduceVariableDeclarationType()