Searched defs:isPOD (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclCXX.h1046 /// isPOD - Whether this class is a POD-type (C++ [class]p4), which is a class
1050 bool isPOD() const { return data().PlainOldData; } function in class:clang::CXXRecordDecl

Completed in 49 milliseconds