Searched refs:ConstructionKind (Results 1 - 6 of 6) 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) {
/external/clang/lib/AST/
H A DExprCXX.cpp841 ConstructionKind ConstructKind,
857 ConstructionKind ConstructKind,
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1200 E->setConstructionKind((CXXConstructExpr::ConstructionKind)Record[Idx++]);
/external/clang/lib/Sema/
H A DSemaInit.cpp5333 CXXConstructExpr::ConstructionKind ConstructKind =
H A DTreeTransform.h2379 CXXConstructExpr::ConstructionKind ConstructKind,
H A DSemaDeclCXX.cpp10754 static_cast<CXXConstructExpr::ConstructionKind>(ConstructKind),

Completed in 904 milliseconds