Home
last modified time | relevance | path

Searched defs:isFunc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp540 bool isFunc) { in addPotentialUndefinedSymbol()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.h348 bool isFunc() const { return type == llvm::ELF::STT_FUNC; } in isFunc() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp3458 bool isFunc = D.isDeclarationOfFunction(); in ActOnCXXMemberDeclarator() local