Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1079 bool NamedDecl::isLinkageValid() const { in isLinkageValid() function in NamedDecl
4724 assert(T->isLinkageValid()); in setTypedefNameForAnonDecl()
4726 assert(isLinkageValid()); in setTypedefNameForAnonDecl()
H A DType.cpp4663 bool Type::isLinkageValid() const { in isLinkageValid() function in Type
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h446 bool isLinkageValid() const;
5003 cast<NamedDecl>(static_cast<decl_type*>(this))->isLinkageValid()); in setPreviousDecl()
H A DType.h2915 bool isLinkageValid() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp12951 assert(VDecl->isLinkageValid()); in DeduceVariableDeclarationType()