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

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 80 if (E->isElidable()) {
  /external/clang/lib/AST/
StmtDumper.cpp 585 if (Node->isElidable())
StmtProfile.cpp 787 ID.AddBoolean(S->isElidable());
Expr.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 430 if (getContext().getLangOpts().ElideConstructors && E->isElidable()) {
    [all...]
CGObjC.cpp     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
TreeTransform.h     [all...]

Completed in 69 milliseconds