HomeSort by relevance Sort by last modified time
    Searched refs:VisitDeclRefExpr (Results 1 - 25 of 27) sorted by null

1 2

  /external/clang/lib/Index/
DeclReferenceMap.cpp 29 void VisitDeclRefExpr(DeclRefExpr *Node);
43 void RefMapper::VisitDeclRefExpr(DeclRefExpr *Node) {
  /external/clang/include/clang/AST/
EvaluatedExprVisitor.h 38 void VisitDeclRefExpr(DeclRefExpr *E) { }
  /external/clang/include/clang/Analysis/Visitors/
CFGRecStmtDeclVisitor.h 41 void VisitDeclRefExpr(DeclRefExpr *DR) {
  /external/clang/tools/libclang/
IndexBody.cpp 34 bool VisitDeclRefExpr(DeclRefExpr *E) {
CIndex.cpp     [all...]
  /external/clang/lib/ARCMigrate/
Transforms.cpp 191 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; }
203 bool VisitDeclRefExpr(DeclRefExpr *E) {
TransAutoreleasePool.cpp 262 bool VisitDeclRefExpr(DeclRefExpr *E) {
  /external/clang/lib/AST/
StmtDumper.cpp 137 void VisitDeclRefExpr(DeclRefExpr *Node);
367 void StmtDumper::VisitDeclRefExpr(DeclRefExpr *Node) {
ExprConstant.cpp 281 bool VisitDeclRefExpr(const DeclRefExpr *E) {
494 bool VisitDeclRefExpr(const DeclRefExpr *E);
525 bool LValueExprEvaluator::VisitDeclRefExpr(const DeclRefExpr *E) {
545 return ExprEvaluatorBaseTy::VisitDeclRefExpr(E);
    [all...]
StmtProfile.cpp 234 void StmtProfiler::VisitDeclRefExpr(const DeclRefExpr *S) {
StmtPrinter.cpp 528 void StmtPrinter::VisitDeclRefExpr(DeclRefExpr *Node) {
    [all...]
ASTImporter.cpp 145 Expr *VisitDeclRefExpr(DeclRefExpr *E);
    [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 370 void VisitDeclRefExpr(DeclRefExpr *dr);
450 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) {
AnalysisContext.cpp 329 void VisitDeclRefExpr(const DeclRefExpr *DR) {
LiveVariables.cpp 310 void VisitDeclRefExpr(DeclRefExpr *DR);
435 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) {
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 412 void VisitDeclRefExpr(DeclRefExpr *E) {
416 EvaluatedExprVisitor<ContainsReference>::VisitDeclRefExpr(E);
    [all...]
SemaTemplateVariadic.cpp 69 bool VisitDeclRefExpr(DeclRefExpr *E) {
SemaExprObjC.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 120 ComplexPairTy VisitDeclRefExpr(const Expr *E) { return EmitLoadOfLValue(E); }
CGExprAgg.cpp 106 void VisitDeclRefExpr(DeclRefExpr *DRE) { EmitAggLoadOfLValue(DRE); }
    [all...]
CGExprScalar.cpp 209 Value *VisitDeclRefExpr(DeclRefExpr *E) {
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 324 void ASTStmtReader::VisitDeclRefExpr(DeclRefExpr *E) {
    [all...]
ASTWriterStmt.cpp 262 void ASTStmtWriter::VisitDeclRefExpr(DeclRefExpr *E) {
    [all...]

Completed in 326 milliseconds

1 2