OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getExprOperand
(Results
1 - 11
of
11
) sorted by null
/external/clang/include/clang/AST/
EvaluatedExprVisitor.h
67
return this->Visit(E->
getExprOperand
());
ExprCXX.h
582
Expr *
getExprOperand
() const {
583
assert(!isTypeOperand() && "Cannot call
getExprOperand
for typeid(type)");
588
assert(!isTypeOperand() && "Cannot call
getExprOperand
for typeid(type)");
717
Expr *
getExprOperand
() const {
718
assert(!isTypeOperand() && "Cannot call
getExprOperand
for __uuidof(type)");
723
assert(!isTypeOperand() && "Cannot call
getExprOperand
for __uuidof(type)");
[
all
...]
/external/clang/lib/Sema/
SemaExceptionSpec.cpp
[
all
...]
TreeTransform.h
[
all
...]
/external/clang/lib/CodeGen/
CGExprCXX.cpp
[
all
...]
CGExprConstant.cpp
[
all
...]
CodeGenModule.cpp
[
all
...]
/external/clang/lib/Serialization/
ASTWriterStmt.cpp
[
all
...]
/external/clang/lib/AST/
ExprCXX.cpp
35
const Expr *E =
getExprOperand
();
[
all
...]
ItaniumMangle.cpp
[
all
...]
ExprConstant.cpp
[
all
...]
Completed in 184 milliseconds