Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2247 bool hasInlineBody() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2627 bool CXXMethodDecl::hasInlineBody() const { in hasInlineBody() function in CXXMethodDecl
H A DRecordLayoutBuilder.cpp2370 if (MD->hasInlineBody()) in computeKeyFunction()