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

/external/clang/include/clang/AST/
H A DExprCXX.h865 enum ConstructionKind { enum in class:clang::CXXConstructExpr
893 ConstructionKind ConstructKind,
919 ConstructionKind ConstructKind,
950 ConstructionKind getConstructionKind() const {
951 return (ConstructionKind)ConstructKind;
953 void setConstructionKind(ConstructionKind CK) {

Completed in 21 milliseconds