Searched refs:FunctionCall (Results 1 – 10 of 10) sorted by relevance
31 const CallExpr *FunctionCall = CallE.get<const CallExpr *>(); in getResultType() local33 isLVal = FunctionCall->isLValue(); in getResultType()34 const Expr *Callee = FunctionCall->getCallee(); in getResultType()38 resultTy = FunctionCall->getType(); in getResultType()
61 FunctionCall: "FunctionCall", property
190 …recordStyles[recordTypes.FunctionCall] = { title: WebInspector.UIString("Function Call"), category…353 if (childRecord.type === recordTypes.FunctionCall) {972 case recordTypes.FunctionCall:
104 %type <expr> FunctionCall365 FunctionCall368 FunctionCall:
79 static const char FunctionCall[] = "FunctionCall"; variable160 …neRecordFactory::createFunctionCallData(scriptName, scriptLine), TimelineRecordType::FunctionCall); in willCallFunction()165 didCompleteCurrentRecord(TimelineRecordType::FunctionCall); in didCallFunction()
13 #define PREPROCESSOR_UTIL_UNITTEST_B(x) myobj->FunctionCall(x)
1446 matchFound = FunctionCall(); in PrimaryExpr()1483 protected boolean FunctionCall() throws javax.xml.transform.TransformerException in FunctionCall() method in XPathParser2233 FunctionCall(); in IdKeyPattern()
175 V(FunctionCall, BUILTIN, UNINITIALIZED, \
2565 THREADED_TEST(FunctionCall) { in THREADED_TEST() argument
25145 Refactor InspectorResource to use ScriptObject/FunctionCall.25182 * inspector/InspectorResource.cpp: Refactored to use ScriptObject/FunctionCall.