Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclCXX.h2095 bool hasInlineBody() const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDDeclCXX.cpp2372 bool CXXMethodDecl::hasInlineBody() const { in hasInlineBody() function in CXXMethodDecl
HDRecordLayoutBuilder.cpp2113 if (MD->hasInlineBody()) in computeKeyFunction()