Searched refs:getConstructionKind (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp245 switch (CE->getConstructionKind()) {
256 switch (OuterCtor->getConstructionKind()) {
276 if (CE->getConstructionKind() == CXXConstructExpr::CK_Delegating) {
281 (CE->getConstructionKind() == CXXConstructExpr::CK_VirtualBase);
H A DExprEngineCallAndReturn.cpp643 if (CtorExpr->getConstructionKind() == CXXConstructExpr::CK_Complete)
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp168 switch (Ctor->getOriginExpr()->getConstructionKind()) {
251 switch (Ctor->getOriginExpr()->getConstructionKind()) {
/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp445 switch (E->getConstructionKind()) {
482 switch (E->getConstructionKind()) {
H A DCGObjC.cpp3055 CXXConstExpr->getConstructionKind(),
/external/clang/include/clang/AST/
H A DExprCXX.h1247 ConstructionKind getConstructionKind() const { function in class:clang::CXXConstructExpr
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp1205 Record.push_back(E->getConstructionKind()); // FIXME: stable encoding
/external/clang/lib/AST/
H A DASTImporter.cpp5265 E->getConstructionKind(),
/external/clang/lib/Sema/
H A DTreeTransform.h9748 E->getConstructionKind(),

Completed in 639 milliseconds