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

  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 195 BinaryOperator *BO = dyn_cast<BinaryOperator>(PO->getSyntacticForm());
  /external/clang/lib/AST/
StmtProfile.cpp 424 if (S->getSyntacticForm()) {
425 VisitInitListExpr(S->getSyntacticForm());
StmtPrinter.cpp 1050 if (Node->getSyntacticForm()) {
1051 Visit(Node->getSyntacticForm());
1122 PrintExpr(Node->getSyntacticForm());
    [all...]
Expr.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 600 Writer.AddStmt(E->getSyntacticForm());
751 Writer.AddStmt(E->getSyntacticForm());
    [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp     [all...]
SemaInit.cpp 307 << ILE->getSyntacticForm()->getSourceRange();
358 if (ILE->getSyntacticForm())
359 Loc = ILE->getSyntacticForm()->getLocStart();
    [all...]
SemaStmt.cpp 203 const Expr *Source = POE->getSyntacticForm();
    [all...]
SemaChecking.cpp     [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 244 return MakeCXCursor(cast<PseudoObjectExpr>(S)->getSyntacticForm(),
    [all...]
CIndex.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 880 const Expr *syntactic = PO->getSyntacticForm();
    [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]

Completed in 509 milliseconds