OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VisitDeclRefExpr
(Results
1 - 25
of
32
) sorted by null
1
2
/external/clang/include/clang/AST/
EvaluatedExprVisitor.h
38
void
VisitDeclRefExpr
(DeclRefExpr *E) { }
/external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp
66
bool
VisitDeclRefExpr
(DeclRefExpr *E) {
TransProtectedScope.cpp
33
bool
VisitDeclRefExpr
(DeclRefExpr *E) {
TransAutoreleasePool.cpp
263
bool
VisitDeclRefExpr
(DeclRefExpr *E) {
Transforms.cpp
222
bool
VisitDeclRefExpr
(DeclRefExpr *E) { Refs.erase(E); return true; }
233
bool
VisitDeclRefExpr
(DeclRefExpr *E) {
/external/clang/tools/libclang/
IndexBody.cpp
41
bool
VisitDeclRefExpr
(DeclRefExpr *E) {
/external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp
26
bool
VisitDeclRefExpr
(DeclRefExpr *Reference) {
/external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp
54
bool
VisitDeclRefExpr
(DeclRefExpr *DR) {
/external/clang/lib/Analysis/
AnalysisDeclContext.cpp
468
void
VisitDeclRefExpr
(DeclRefExpr *DR) {
LiveVariables.cpp
224
void
VisitDeclRefExpr
(DeclRefExpr *DR);
386
void TransferFunctions::
VisitDeclRefExpr
(DeclRefExpr *DR) {
UninitializedValues.cpp
456
void
VisitDeclRefExpr
(DeclRefExpr *dr);
655
void TransferFunctions::
VisitDeclRefExpr
(DeclRefExpr *dr) {
/external/clang/lib/Sema/
SemaTemplateVariadic.cpp
73
bool
VisitDeclRefExpr
(DeclRefExpr *E) {
[
all
...]
AnalysisBasedWarnings.cpp
422
void
VisitDeclRefExpr
(DeclRefExpr *E) {
426
EvaluatedExprVisitor<ContainsReference>::
VisitDeclRefExpr
(E);
[
all
...]
SemaExprObjC.cpp
[
all
...]
SemaStmt.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGExprAgg.cpp
114
void
VisitDeclRefExpr
(DeclRefExpr *E) {
[
all
...]
CGExprComplex.cpp
113
ComplexPairTy
VisitDeclRefExpr
(DeclRefExpr *E) {
[
all
...]
/external/chromium_org/v8/tools/gcmole/
gcmole.cc
139
virtual bool
VisitDeclRefExpr
(clang::DeclRefExpr* expr) {
[
all
...]
/external/clang/lib/AST/
ASTDumper.cpp
256
void
VisitDeclRefExpr
(const DeclRefExpr *Node);
[
all
...]
StmtPrinter.cpp
647
void StmtPrinter::
VisitDeclRefExpr
(DeclRefExpr *Node) {
[
all
...]
StmtProfile.cpp
293
void StmtProfiler::
VisitDeclRefExpr
(const DeclRefExpr *S) {
[
all
...]
ASTImporter.cpp
173
Expr *
VisitDeclRefExpr
(DeclRefExpr *E);
[
all
...]
/external/clang/lib/Serialization/
ASTWriterStmt.cpp
343
void ASTStmtWriter::
VisitDeclRefExpr
(DeclRefExpr *E) {
[
all
...]
ASTReaderStmt.cpp
430
void ASTStmtReader::
VisitDeclRefExpr
(DeclRefExpr *E) {
[
all
...]
/external/v8/tools/gcmole/
gcmole.cc
139
virtual bool
VisitDeclRefExpr
(clang::DeclRefExpr* expr) {
[
all
...]
Completed in 546 milliseconds
1
2