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

  /external/clang/lib/AST/
ParentMap.cpp 38 if (M[POE->getSyntacticForm()])
42 M[POE->getSyntacticForm()] = S;
43 BuildParentMap(M, POE->getSyntacticForm(), OV_Transparent);
StmtProfile.cpp 575 if (S->getSyntacticForm()) {
576 VisitInitListExpr(S->getSyntacticForm());
    [all...]
Expr.cpp     [all...]
  /external/clang/lib/Sema/
ScopeInfo.cpp 77 dyn_cast<ObjCPropertyRefExpr>(POE->getSyntacticForm());
142 markSafeWeakUse(POE->getSyntacticForm());
SemaPseudoObject.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaStmt.cpp 261 const Expr *Source = POE->getSyntacticForm();
    [all...]
SemaChecking.cpp     [all...]
SemaInit.cpp 486 << ILE->getSyntacticForm()->getSourceRange();
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 194 BinaryOperator *BO = dyn_cast<BinaryOperator>(PO->getSyntacticForm());
  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 596 E = POE->getSyntacticForm()->IgnoreParenCasts();
  /external/clang/include/clang/AST/
Expr.h     [all...]
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 684 const Expr *Syntactic = POE->getSyntacticForm();
    [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 264 return MakeCXCursor(cast<PseudoObjectExpr>(S)->getSyntacticForm(),
    [all...]
CIndex.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 674 Writer.AddStmt(E->getSyntacticForm());
834 Writer.AddStmt(E->getSyntacticForm());
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]

Completed in 159 milliseconds