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

/external/clang/include/clang/AST/
H A DExprCXX.h886 enum ConstructionKind { enum in class:clang::CXXConstructExpr
914 ConstructionKind ConstructKind,
940 ConstructionKind ConstructKind,
971 ConstructionKind getConstructionKind() const {
972 return (ConstructionKind)ConstructKind;
974 void setConstructionKind(ConstructionKind CK) {

Completed in 225 milliseconds