Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/LTO/
HDLTOModule.h170 bool isFunc);
/NextBSD/contrib/llvm/lib/LTO/
HDLTOModule.cpp558 bool isFunc) { in addPotentialUndefinedSymbol() argument
582 info.isFunction = isFunc; in addPotentialUndefinedSymbol()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclCXX.cpp2014 bool isFunc = D.isDeclarationOfFunction(); in ActOnCXXMemberDeclarator() local
2022 if (!isFunc) in ActOnCXXMemberDeclarator()
2071 if (isFunc) { in ActOnCXXMemberDeclarator()
2088 !isFunc); in ActOnCXXMemberDeclarator()