reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ASTImporter.cpp
 7127       E->requiresZeroInitialization(), E->getConstructionKind(),
tools/clang/lib/AST/JSONNodeDumper.cpp
 1308   switch (CE->getConstructionKind()) {
tools/clang/lib/CodeGen/CGExprCXX.cpp
  576     switch (E->getConstructionKind()) {
  614     switch (E->getConstructionKind()) {
tools/clang/lib/CodeGen/CGObjC.cpp
 3649                              CXXConstExpr->getConstructionKind(),
tools/clang/lib/Sema/TreeTransform.h
11284       E->getConstructionKind(), E->getParenOrBraceRange());
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1395   Record.push_back(E->getConstructionKind()); // FIXME: stable encoding
tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
  155     switch (Ctor->getOriginExpr()->getConstructionKind()) {
  238     switch (Ctor->getOriginExpr()->getConstructionKind()) {
tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
  476     switch (CallerCtor->getConstructionKind()) {
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  426   switch (CE->getConstructionKind()) {
  439          OuterCtor->getConstructionKind() == CXXConstructExpr::CK_Complete ||
  440          OuterCtor->getConstructionKind() == CXXConstructExpr::CK_Delegating) &&
  471     if (CE->getConstructionKind() == CXXConstructExpr::CK_Delegating) {
  476         (CE->getConstructionKind() == CXXConstructExpr::CK_VirtualBase);
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  735     if (CtorExpr->getConstructionKind() == CXXConstructExpr::CK_Complete) {
tools/clang/tools/extra/clang-tidy/modernize/LoopConvertUtils.cpp
  176         ConstructExpr->getConstructionKind() != CXXConstructExpr::CK_Complete)