HomeSort by: relevance | last modified time | path
    Searched refs:getCallOperator (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CallGraph.cpp 86 else if (CXXMethodDecl *MD = LE->getCallOperator())
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprCXX.cpp 1147 *Stored++ = getCallOperator()->getBody();
1191 This->getStoredStmts()[capture_size()] = getCallOperator()->getBody();
1209 (getCallOperator() == C->getCapturedVar()->getDeclContext()));
1254 CXXMethodDecl *LambdaExpr::getCallOperator() const {
1275 return getCallOperator()->getTrailingRequiresClause();
1278 bool LambdaExpr::isMutable() const { return !getCallOperator()->isConst(); }
StmtPrinter.cpp 2026 CXXMethodDecl *Method = Node->getCallOperator();
ASTImporter.cpp 7847 auto ToCallOpOrErr = import(E->getCallOperator());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTNodeTraverser.h 704 for (const auto *P : Node->getCallOperator()->parameters())
ExprCXX.h 2028 CXXMethodDecl *getCallOperator() const;
RecursiveASTVisitor.h 2532 TypeLoc TL = S->getCallOperator()->getTypeSourceInfo()->getTypeLoc();
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 290 for (const auto *P : Node->getCallOperator()->parameters()) {
541 TypeLoc TL = LE->getCallOperator()->getTypeSourceInfo()->getTypeLoc();
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h 7576 if (InnerMatcher.matches(*LambdaExprNode->getCallOperator(), Finder,
7627 if (InnerMatcher.matches(*LambdaExprNode->getCallOperator(), Finder,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 12707 TypeSourceInfo *OldCallOpTSI = E->getCallOperator()->getTypeSourceInfo();
12728 if (Expr *TRC = E->getCallOperator()->getTrailingRequiresClause())
12754 E->getCallOperator()->getEndLoc(),
12756 E->getCallOperator()->getConstexprKind(),
12761 getDerived().transformAttrs(E->getCallOperator(), NewCallOperator);
12762 getDerived().transformedLocalDecl(E->getCallOperator(), {NewCallOperator});
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 3330 TypeLoc TL = E->getCallOperator()->getTypeSourceInfo()->getTypeLoc();

Completed in 103 milliseconds