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 189 switch (CE->getConstructionKind()) {
200 switch (OuterCtor->getConstructionKind()) {
220 if (CE->getConstructionKind() == CXXConstructExpr::CK_Delegating) {
225 (CE->getConstructionKind() == CXXConstructExpr::CK_VirtualBase);
ExprEngineCallAndReturn.cpp 642 if (CtorExpr->getConstructionKind() == CXXConstructExpr::CK_Complete)
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 365 switch (E->getConstructionKind()) {
402 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 146 milliseconds