Searched refs:semantics_end (Results 1 - 12 of 12) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp53 i = POE->semantics_begin(), e = POE->semantics_end(); i != e; ++i) {
/external/clang/lib/AST/
H A DParentMap.cpp46 E = POE->semantics_end();
H A DStmtProfile.cpp634 i = S->semantics_begin(), e = S->semantics_end(); i != e; ++i)
H A DExpr.cpp3004 E = PO->semantics_end();
/external/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp491 et = PE->semantics_end(); it != et; ++it) {
/external/clang/include/clang/AST/
H A DExpr.h4695 semantics_iterator semantics_end() { function
4698 const_semantics_iterator semantics_end() const { function
H A DDataRecursiveASTVisitor.h2038 e = S->semantics_end();
H A DRecursiveASTVisitor.h2060 e = S->semantics_end();
/external/clang/lib/CodeGen/
H A DCGExpr.cpp3369 i = E->semantics_begin(), e = E->semantics_end(); i != e; ++i) {
H A DCGObjC.cpp2518 i = E->semantics_begin(), e = E->semantics_end(); i != e; ++i) {
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp836 i = E->semantics_begin(), e = E->semantics_end(); i != e; ++i) {
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp123 i = POE->semantics_begin(), e = POE->semantics_end(); i != e; ++i) {

Completed in 139 milliseconds