Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h2111 bool hasInlineBody() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2293 if (MD->hasInlineBody()) in computeKeyFunction()
H A DDeclCXX.cpp2488 bool CXXMethodDecl::hasInlineBody() const { in hasInlineBody() function in CXXMethodDecl