Home
last modified time | relevance | path

Searched refs:getStmtClass (Results 1 – 25 of 47) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DExprCXX.h94 return T->getStmtClass() == CXXOperatorCallExprClass; in classof()
143 return T->getStmtClass() == CXXMemberCallExprClass; in classof()
170 return T->getStmtClass() == CUDAKernelCallExprClass; in classof()
215 switch (T->getStmtClass()) { in classof()
253 return T->getStmtClass() == CXXStaticCastExprClass; in classof()
287 return T->getStmtClass() == CXXDynamicCastExprClass; in classof()
322 return T->getStmtClass() == CXXReinterpretCastExprClass; in classof()
352 return T->getStmtClass() == CXXConstCastExprClass; in classof()
418 return S->getStmtClass() == UserDefinedLiteralClass; in classof()
449 return T->getStmtClass() == CXXBoolLiteralExprClass; in classof()
[all …]
DStmtObjC.h64 return T->getStmtClass() == ObjCForCollectionStmtClass; in classof()
113 return T->getStmtClass() == ObjCAtCatchStmtClass; in classof()
144 return T->getStmtClass() == ObjCAtFinallyStmtClass; in classof()
244 return T->getStmtClass() == ObjCAtTryStmtClass; in classof()
303 return T->getStmtClass() == ObjCAtSynchronizedStmtClass; in classof()
336 return T->getStmtClass() == ObjCAtThrowStmtClass; in classof()
366 return T->getStmtClass() == ObjCAutoreleasePoolStmtClass; in classof()
DStmt.h355 StmtClass getStmtClass() const { in getStmtClass() function
477 return T->getStmtClass() == DeclStmtClass; in classof()
532 return T->getStmtClass() == NullStmtClass; in classof()
610 return T->getStmtClass() == CompoundStmtClass; in classof()
659 return T->getStmtClass() == CaseStmtClass || in classof()
660 T->getStmtClass() == DefaultStmtClass; in classof()
716 return T->getStmtClass() == CaseStmtClass; in classof()
748 return T->getStmtClass() == DefaultStmtClass; in classof()
791 return T->getStmtClass() == LabelStmtClass; in classof()
839 return T->getStmtClass() == AttributedStmtClass; in classof()
[all …]
DExpr.h773 return T->getStmtClass() >= firstExprConstant && in classof()
774 T->getStmtClass() <= lastExprConstant; in classof()
841 return T->getStmtClass() == OpaqueValueExprClass; in classof()
1136 return T->getStmtClass() == DeclRefExprClass; in classof()
1187 return T->getStmtClass() == PredefinedExprClass; in classof()
1276 return T->getStmtClass() == IntegerLiteralClass; in classof()
1323 return T->getStmtClass() == CharacterLiteralClass; in classof()
1385 return T->getStmtClass() == FloatingLiteralClass; in classof()
1417 return T->getStmtClass() == ImaginaryLiteralClass; in classof()
1580 return T->getStmtClass() == StringLiteralClass; in classof()
[all …]
DExprObjC.h51 return T->getStmtClass() == ObjCStringLiteralClass; in classof()
81 return T->getStmtClass() == ObjCBoolLiteralExprClass; in classof()
122 return T->getStmtClass() == ObjCBoxedExprClass; in classof()
159 return T->getStmtClass() == ObjCArrayLiteralClass; in classof()
328 return T->getStmtClass() == ObjCDictionaryLiteralClass;
379 return T->getStmtClass() == ObjCEncodeExprClass;
414 return T->getStmtClass() == ObjCSelectorExprClass;
454 return T->getStmtClass() == ObjCProtocolExprClass;
516 return T->getStmtClass() == ObjCIvarRefExprClass;
728 return T->getStmtClass() == ObjCPropertyRefExprClass;
[all …]
DStmtCXX.h55 return T->getStmtClass() == CXXCatchStmtClass; in classof()
112 return T->getStmtClass() == CXXTryStmtClass; in classof()
198 return T->getStmtClass() == CXXForRangeStmtClass; in classof()
286 return T->getStmtClass() == MSDependentExistsStmtClass; in classof()
DStmtOpenMP.h458 return S->getStmtClass() >= firstOMPExecutableDirectiveConstant && in classof()
459 S->getStmtClass() <= lastOMPExecutableDirectiveConstant; in classof()
522 return T->getStmtClass() == OMPParallelDirectiveClass; in classof()
DStmtVisitor.h100 switch (S->getStmtClass()) { in Visit()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DIdenticalExprChecker.cpp133 if (Expr1->getStmtClass() != Expr2->getStmtClass()) in isIdenticalExpr()
161 switch (Expr1->getStmtClass()) { in isIdenticalExpr()
DDereferenceChecker.cpp59 switch (Ex->getStmtClass()) { in AddDerefSource()
124 switch (S->getStmtClass()) { in reportBug()
DUnreachableCodeChecker.cpp127 if (label->getStmtClass() == Stmt::DefaultStmtClass) in checkEndAnalysis()
DIdempotentOperationChecker.cpp627 switch (Ex->getStmtClass()) { in CanVary()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DEnvironment.cpp27 switch (E->getStmtClass()) { in ignoreTransparentExprs()
73 switch (S->getStmtClass()) { in getSVal()
DBugReporter.cpp410 switch (Parent->getStmtClass()) { in getEnclosingParent()
431 switch (Parent->getStmtClass()) { in getEnclosingStmtLocation()
630 switch (T->getStmtClass()) { in GenerateMinimalPathDiagnostic()
660 switch (S->getStmtClass()) { in GenerateMinimalPathDiagnostic()
933 switch (S->getStmtClass()) { in cleanUpLocation()
1189 switch (Parent->getStmtClass()) { in addExtendedContext()
1251 switch (Ex->getStmtClass()) { in reversePropagateIntererstingSymbols()
1306 switch (Term->getStmtClass()) { in isLoop()
1359 switch (Term->getStmtClass()) { in isInLoopBody()
1919 switch (S->getStmtClass()) { in isConditionForTerminator()
DCallEvent.cpp719 switch (Syntactic->getStmtClass()) { in getMessageKind()
943 switch (CallSite->getStmtClass()) { in getCaller()
DSValBuilder.cpp232 switch (E->getStmtClass()) { in getConstantVal()
DPathDiagnostic.cpp706 switch (S->getStmtClass()) { in getNextStmt()
804 switch (S->getStmtClass()) { in genRange()
DBugReporterVisitors.cpp1223 switch (Term->getStmtClass()) { in VisitTerminator()
1251 switch (Ex->getStmtClass()) { in VisitTrueTest()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DParentMap.cpp32 switch (S->getStmtClass()) { in BuildParentMap()
171 switch (P->getStmtClass()) { in isConsumedExpr()
DStmt.cpp182 switch (getStmtClass()) { in children()
219 switch (getStmtClass()) { in getSourceRange()
232 switch (getStmtClass()) { in getLocStart()
244 switch (getStmtClass()) { in getLocEnd()
DExpr.cpp223 switch (getStmtClass()) { in getExprLoc()
1674 switch (getStmtClass()) { in path_buffer()
1974 switch (getStmtClass()) { in isUnusedResultAWarning()
2280 switch (E->getStmtClass()) { in isOBJCGCCandidate()
2660 switch (getStmtClass()) { in isConstantInitializer()
2792 switch (getStmtClass()) { in HasSideEffects()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
DPseudoConstantAnalysis.cpp91 switch (Head->getStmtClass()) { in RunAnalysis()
DReachableCode.cpp192 switch (S->getStmtClass()) { in GetUnreachableLoc()
DCFG.cpp254 switch (S->getStmtClass()) { in reverse_children()
1060 switch (S->getStmtClass()) { in Visit()
3198 switch (E->getStmtClass()) { in VisitForTemporaryDtors()
3523 switch (stmt->getStmtClass()) { in StmtPrinterHelper()
4033 switch (Terminator->getStmtClass()) { in getTerminatorCondition()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DScopeInfo.cpp51 switch (E->getStmtClass()) { in getBaseInfo()

12