Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h684 bool isFromGlobalModule() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1164 bool Decl::isFromGlobalModule() const { in isFromGlobalModule() function in Decl
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp9737 NewFD->isFromGlobalModule() || in ActOnFunctionDeclarator()