HomeSort by relevance Sort by last modified time
    Searched refs:DeclRefExpr (Results 101 - 118 of 118) sorted by null

1 2 3 45

  /external/clang/lib/Sema/
SemaDeclAttr.cpp 468 // operators &&, || or !, a simple DeclRefExpr, CastExpr or a ParenExpr. Once
469 // a DeclRefExpr is found, its type should be checked to determine whether it
472 if (const auto *E = dyn_cast<DeclRefExpr>(Ex))
534 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(UOp->getSubExpr()))
    [all...]
SemaDeclCXX.cpp 67 bool VisitDeclRefExpr(DeclRefExpr *DRE);
84 bool CheckDefaultArgumentVisitor::VisitDeclRefExpr(DeclRefExpr *DRE) {
    [all...]
TreeTransform.h     [all...]
SemaCodeComplete.cpp     [all...]
SemaInit.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/clang/lib/CodeGen/
CGException.cpp     [all...]
CGExprConstant.cpp     [all...]
CodeGenFunction.cpp     [all...]
CGExprScalar.cpp 97 if (const auto *DRE = dyn_cast<DeclRefExpr>(E)) {
265 Value *VisitDeclRefExpr(DeclRefExpr *E) {
    [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 429 void ASTStmtReader::VisitDeclRefExpr(DeclRefExpr *E) {
    [all...]
ASTWriterStmt.cpp 340 void ASTStmtWriter::VisitDeclRefExpr(DeclRefExpr *E) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 676 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(LHS)) {
    [all...]
  /external/clang/include/clang/AST/
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 219 isa<DeclRefExpr>(Expr) ||
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 100 class DeclRefExpr;
    [all...]

Completed in 1009 milliseconds

1 2 3 45