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.cpp1085 bool NamedDecl::isLinkageValid() const { in isLinkageValid() function in NamedDecl
4835 assert(T->isLinkageValid()); in setTypedefNameForAnonDecl()
4837 assert(isLinkageValid()); in setTypedefNameForAnonDecl()
H A DType.cpp4898 bool Type::isLinkageValid() const { in isLinkageValid() function in Type
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h470 bool isLinkageValid() const;
5267 cast<NamedDecl>(static_cast<decl_type*>(this))->isLinkageValid()); in setPreviousDecl()
H A DType.h3007 bool isLinkageValid() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp13177 assert(VDecl->isLinkageValid()); in DeduceVariableDeclarationType()