Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGCXX.cpp44 if (!D->hasTrivialBody()) in TryEmitBaseDestructorAsAlias()
DCGClass.cpp1189 if (!BaseClassDecl->getDestructor()->hasTrivialBody()) in HasTrivialDestructorBody()
1249 if (!Dtor->hasTrivialBody()) in CanSkipVTablePointerInitialization()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DDecl.h1630 bool hasTrivialBody() const;
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DDecl.cpp2209 bool FunctionDecl::hasTrivialBody() const in hasTrivialBody() function in FunctionDecl