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

/external/clang/include/clang/AST/
H A DExprCXX.h1064 enum ConstructionKind { enum in class:clang::CXXConstructExpr
1092 ConstructionKind ConstructKind,
1118 ConstructionKind ConstructKind,
1149 ConstructionKind getConstructionKind() const {
1150 return (ConstructionKind)ConstructKind;
1152 void setConstructionKind(ConstructionKind CK) {

Completed in 34 milliseconds