Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclBase.h684 bool isFromGlobalModule() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDDeclBase.cpp1164 bool Decl::isFromGlobalModule() const { in isFromGlobalModule() function in Decl
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDecl.cpp9737 NewFD->isFromGlobalModule() || in ActOnFunctionDeclarator()