Home
last modified time | relevance | path

Searched defs:involvesFunctionType (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentSema.cpp793 bool Sema::involvesFunctionType() { in involvesFunctionType() function in clang::comments::Sema
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComment.h1073 bool involvesFunctionType() const { return !ReturnType.isNull(); } in involvesFunctionType() function