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

  /external/clang/include/clang/AST/
OperationKinds.h 334 UO_Extension // __extension__ marker.
StmtVisitor.h 95 case UO_Extension: DISPATCH(UnaryExtension, UnaryOperator);
  /external/clang/lib/AST/
ExprClassification.cpp 220 case UO_Extension:
Expr.cpp     [all...]
StmtProfile.cpp 727 UnaryOperatorKind UnaryOp = UO_Extension;
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 788 case UO_Extension: {
    [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 69 assert(uop->getOpcode() == UO_Extension);
    [all...]
SemaExprObjC.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
CGExprCXX.cpp 81 if (UO->getOpcode() == UO_Extension) {
    [all...]
CGExpr.cpp     [all...]
CGObjC.cpp     [all...]

Completed in 233 milliseconds