HomeSort by: relevance | last modified time | path
    Searched refs:getSyntacticForm (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/lib/AST/
ParentMap.cpp 40 if (M[POE->getSyntacticForm()])
44 M[POE->getSyntacticForm()] = S;
45 BuildParentMap(M, POE->getSyntacticForm(), OV_Transparent);
StmtPrinter.cpp 1528 if (Node->getSyntacticForm()) {
1529 Visit(Node->getSyntacticForm());
1638 PrintExpr(Node->getSyntacticForm());
ComputeDependence.cpp 651 auto D = O->getSyntacticForm()->getDependence();
StmtProfile.cpp 1388 if (S->getSyntacticForm()) {
1389 VisitInitListExpr(S->getSyntacticForm());
Expr.cpp 2278 if (InitListExpr *SyntacticForm = getSyntacticForm())
2296 if (InitListExpr *SyntacticForm = getSyntacticForm())
2648 if (isa<UnaryOperator>(PO->getSyntacticForm()) ||
2649 isa<BinaryOperator>(PO->getSyntacticForm()))
ItaniumMangle.cpp 4063 if (auto *Syntactic = InitList->getSyntacticForm())
  /src/external/apache2/llvm/dist/clang/lib/Sema/
ScopeInfo.cpp 95 dyn_cast<ObjCPropertyRefExpr>(POE->getSyntacticForm());
162 markSafeWeakUse(POE->getSyntacticForm());
SemaExprMember.cpp 1602 VK = POE->getSyntacticForm()->getValueKind();
SemaPseudoObject.cpp 1639 Expr *syntax = E->getSyntacticForm();
SemaStmt.cpp 337 const Expr *Source = POE->getSyntacticForm();
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 191 BinaryOperator *BO = dyn_cast<BinaryOperator>(PO->getSyntacticForm());
  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexBody.cpp 235 const auto *E = POE->getSyntacticForm();
428 InitListExpr *SyntaxForm = S->isSemanticForm() ? S->getSyntacticForm() : S;
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
ASTSelection.cpp 67 return TraverseStmt(E->getSyntacticForm());
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 592 E = POE->getSyntacticForm()->IgnoreParenCasts();
DynamicTypePropagation.cpp 706 E = POE->getSyntacticForm()->IgnoreParenImpCasts();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 4704 /// using method getSyntacticForm(); the method returns null if applied
4710 /// getSyntacticForm() may return NULL, indicating that the current
4873 InitListExpr *getSyntacticForm() const {
6065 Expr *getSyntacticForm() { return getSubExprsBuffer()[0]; }
6066 const Expr *getSyntacticForm() const { return getSubExprsBuffer()[0]; }
6118 return getSyntacticForm()->getExprLoc();
6122 return getSyntacticForm()->getBeginLoc();
6125 return getSyntacticForm()->getEndLoc();
RecursiveASTVisitor.h 563 if (auto Syn = ILE->isSemanticForm() ? ILE->getSyntacticForm() : ILE) \
2411 S->isSemanticForm() ? S->getSyntacticForm() : S, Queue));
2437 TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(S->getSyntacticForm());
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 1022 const Expr *Syntactic = POE->getSyntacticForm();
BugReporterVisitors.cpp 1944 const auto *PropRef = dyn_cast<ObjCPropertyRefExpr>(POE->getSyntacticForm());
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXCursor.cpp 349 return MakeCXCursor(cast<PseudoObjectExpr>(S)->getSyntacticForm(), Parent,
CIndex.cpp 2752 if (InitListExpr *Syntactic = IE->getSyntacticForm())
2866 Visit(E->getSyntacticForm());
4493 return getDeclFromExpr(POE->getSyntacticForm());
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 1050 Record.AddStmt(E->getSyntacticForm());
1249 Record.AddStmt(E->getSyntacticForm());
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 1259 RHS = cast<BinaryOperator>(PseudoOp->getSyntacticForm())->getRHS();
4578 if (isa<BinaryOperator>(PseudoOp->getSyntacticForm())) {
RewriteModernObjC.cpp 5452 if (isa<BinaryOperator>(PseudoOp->getSyntacticForm())) {
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h 1681 const Expr *SyntForm = Node.getSyntacticForm();

Completed in 89 milliseconds

1 2