Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h2207 bool hasInlineBody() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp2196 bool CXXMethodDecl::hasInlineBody() const { in hasInlineBody() function in CXXMethodDecl
H A DRecordLayoutBuilder.cpp2068 if (MD->hasInlineBody()) in computeKeyFunction()