OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AsFunctionCall
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/tools/gn/
parse_tree.h
40
virtual const FunctionCallNode*
AsFunctionCall
() const;
227
virtual const FunctionCallNode*
AsFunctionCall
() const OVERRIDE;
parse_tree.cc
37
const FunctionCallNode* ParseNode::
AsFunctionCall
() const { return NULL; }
275
const FunctionCallNode* FunctionCallNode::
AsFunctionCall
() const {
parser.cc
381
if (stmt->
AsFunctionCall
() || IsAssignment(stmt.get()))
Completed in 35 milliseconds