Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DAttr.h40 inline bool isFunctionOrMethodOrBlockForAttrSubject(const Decl *D) { in isFunctionOrMethodOrBlockForAttrSubject() function
H A DSema.h4702 assert(isFunctionOrMethodOrBlockForAttrSubject(D));
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp1888 if (!isFunctionOrMethodOrBlockForAttrSubject(D)) { in handleAnalyzerNoReturnAttr()