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 337 UO_Extension // __extension__ marker.
StmtVisitor.h 95 case UO_Extension: DISPATCH(UnaryExtension, UnaryOperator);
  /external/clang/lib/AST/
ExprClassification.cpp 221 case UO_Extension:
Expr.cpp     [all...]
StmtProfile.cpp 973 UnaryOperatorKind UnaryOp = UO_Extension;
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 816 case UO_Extension: {
    [all...]
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 458 case UO_Extension:
    [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 70 assert(uop->getOpcode() == UO_Extension);
    [all...]
SemaExprObjC.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
CGExpr.cpp     [all...]
CGObjC.cpp     [all...]

Completed in 175 milliseconds