HomeSort by relevance Sort by last modified time
    Searched refs:CallExpr (Results 76 - 100 of 116) sorted by null

1 2 34 5

  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 892 isa<CallExpr>(Expr) ||
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaOverload.cpp     [all...]
AnalysisBasedWarnings.cpp 197 const CallExpr *CE = dyn_cast<CallExpr>(B.getAs<CFGStmt>()->getStmt());
    [all...]
SemaStmt.cpp 223 if (const CallExpr *CE = dyn_cast<CallExpr>(E)) {
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 82 const CallExpr *E) {
115 const CallExpr *E,
168 const CallExpr *E, llvm::Value *calleeValue) {
198 unsigned BuiltinID, const CallExpr *E) {
    [all...]
CGExpr.cpp 799 return EmitCallExprLValue(cast<CallExpr>(E));
    [all...]
CGObjC.cpp     [all...]
CGExprAgg.cpp 145 void VisitCallExpr(const CallExpr *E);
738 void AggExprEmitter::VisitCallExpr(const CallExpr *E) {
    [all...]
CGExprCXX.cpp 34 CallExpr::const_arg_iterator ArgBeg,
35 CallExpr::const_arg_iterator ArgEnd) {
    [all...]
CGExprConstant.cpp     [all...]
CGCall.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp 250 if (CallExpr *CE = dyn_cast<CallExpr>(S)) {
355 CFGBlock *VisitCallExpr(CallExpr *C, AddStmtChoice asc);
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1036 Call(SExpr *T, const clang::CallExpr *Ce = nullptr)
1043 const clang::CallExpr *clangCallExpr() const { return Cexpr; }
1057 const clang::CallExpr *Cexpr;
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 151 friend class CallExpr; // ctor
227 friend class CallExpr;
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 552 /// \brief Matches declarations for QualType and CallExpr.
601 /// \brief Extracts the Decl of the callee of a CallExpr and returns whether
603 bool matchesSpecialized(const CallExpr &Node, ASTMatchFinder *Finder,
854 typedef TypeList<TypeList<CallExpr, CXXConstructExpr, DeclRefExpr, EnumType>,
    [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 70 void PrintCallArgs(CallExpr *E);
1149 void StmtPrinter::PrintCallArgs(CallExpr *Call) {
1161 void StmtPrinter::VisitCallExpr(CallExpr *Call) {
    [all...]
StmtProfile.cpp 491 void StmtProfiler::VisitCallExpr(const CallExpr *S) {
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 217 /// 5. PostStmt<CallExpr>
243 // If the callee returns an expression, bind its value to CallExpr.
320 // Step 5: Perform the post-condition check of the CallExpr and enqueue the
482 void ExprEngine::VisitCallExpr(const CallExpr *CE, ExplodedNode *Pred,
484 // Perform the previsit of the CallExpr.
502 // Finally, perform the post-condition check of the CallExpr and store
505 // The post-CallExpr check will occur in processCallExit.
    [all...]
  /external/javassist/src/main/javassist/compiler/
MemberCodeGen.java 448 public void atCallExpr(CallExpr expr) throws CompileError {
    [all...]
Parser.java     [all...]
  /external/chromium_org/tools/clang/blink_gc_plugin/
BlinkGCPlugin.cpp 240 bool WalkUpFromCallExpr(CallExpr* expr) {
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 591 void ASTStmtReader::VisitCallExpr(CallExpr *E) {
    [all...]

Completed in 695 milliseconds

1 2 34 5