OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setSourceExpr
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
Expr.h
683
void
setSourceExpr
(Expr *e) { SourceExpr = e; }
[
all
...]
/external/clang/lib/Serialization/
ASTReaderStmt.cpp
552
E->getOpaqueValue()->
setSourceExpr
(E->getCommon());
[
all
...]
Completed in 285 milliseconds