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

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGCXX.cpp51 if (!D->hasTrivialBody())
H A DCGClass.cpp1360 if (!BaseClassDecl->getDestructor()->hasTrivialBody())
1426 if (!Dtor->hasTrivialBody())
/openbsd-current/gnu/llvm/clang/lib/Analysis/
H A DUninitializedValues.cpp405 static bool hasTrivialBody(CallExpr *CE) { function
408 return FTD->getTemplatedDecl()->hasTrivialBody();
409 return FD->hasTrivialBody();
422 bool isTrivialBody = hasTrivialBody(CE);
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaCUDA.cpp475 if (!(CD->hasTrivialBody() && CD->getNumParams() == 0))
516 if (!DD->hasTrivialBody())
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DDecl.h2164 bool hasTrivialBody() const;
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DDecl.cpp3057 bool FunctionDecl::hasTrivialBody() const {

Completed in 224 milliseconds