HomeSort by relevance Sort by last modified time
    Searched refs:getConstructionKind (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 71 switch (Ctor->getOriginExpr()->getConstructionKind()) {
154 switch (Ctor->getOriginExpr()->getConstructionKind()) {
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 117 switch (CE->getConstructionKind()) {
183 switch (OuterCtor->getConstructionKind()) {
203 if (CE->getConstructionKind() == CXXConstructExpr::CK_Delegating) {
208 (CE->getConstructionKind() == CXXConstructExpr::CK_VirtualBase);
ExprEngineCallAndReturn.cpp 642 if (CtorExpr->getConstructionKind() == CXXConstructExpr::CK_Complete)
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 452 switch (E->getConstructionKind()) {
489 switch (E->getConstructionKind()) {
    [all...]
CGObjC.cpp     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]

Completed in 247 milliseconds