Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp583 bool isFunctionDecl = CF && CF->isDeclaration(); in lowerCall() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp802 bool Sema::isFunctionDecl() { in isFunctionDecl() function in clang::comments::Sema
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1230 static bool isFunctionDecl(clang::DeclContext &context) { in isFunctionDecl() function