Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h1848 bool hasInlineBody() const;
/external/clang/lib/AST/
DDeclCXX.cpp1585 bool CXXMethodDecl::hasInlineBody() const { in hasInlineBody() function in CXXMethodDecl
DRecordLayoutBuilder.cpp2003 if (MD->hasInlineBody()) in computeKeyFunction()