Searched refs:hasTrivialBody (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCXX.cpp44 if (!D->hasTrivialBody())
H A DCGClass.cpp1194 if (!BaseClassDecl->getDestructor()->hasTrivialBody())
1246 if (!Dtor->hasTrivialBody())
/external/clang/include/clang/AST/
H A DDecl.h1630 /// hasTrivialBody - Returns whether the function has a trivial body that does
1632 bool hasTrivialBody() const;
/external/clang/lib/AST/
H A DDecl.cpp2285 bool FunctionDecl::hasTrivialBody() const function in class:FunctionDecl

Completed in 1394 milliseconds