Searched defs:isFunctionDecl (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Target/SPIRV/ | ||
H A D | SPIRVCallLowering.cpp | 524 bool isFunctionDecl = CF && CF->isDeclaration(); lowerCall() local |
/llvm-project/clang/lib/AST/ | ||
H A D | CommentSema.cpp | 800 bool Sema::isFunctionDecl() { isFunctionDecl() function in clang::comments::Sema |
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ | ||
H A D | PdbAstBuilder.cpp | 1230 static bool isFunctionDecl(clang::DeclContext &context) { in isFunctionDecl() function |