Home
last modified time | relevance | path

Searched refs:VisitDeclRefExpr (Results 1 – 25 of 55) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h44 void VisitDeclRefExpr(PTR(DeclRefExpr) E) { } in VisitDeclRefExpr() function
H A DTextNodeDumper.h273 void VisitDeclRefExpr(const DeclRefExpr *Node);
H A DJSONNodeDumper.h287 void VisitDeclRefExpr(const DeclRefExpr *DRE);
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h64 bool VisitDeclRefExpr(const DeclRefExpr *Expr) { in VisitDeclRefExpr() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DUsedDeclVisitor.h32 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function
H A DSemaAvailability.cpp782 bool VisitDeclRefExpr(DeclRefExpr *DRE) override { in VisitDeclRefExpr() function in __anon2feca2d00511::LastDeclUSEFinder
856 bool VisitDeclRefExpr(DeclRefExpr *DRE) override { in VisitDeclRefExpr() function in __anon2feca2d00511::DiagnoseUnguardedAvailability
H A DSemaTemplateVariadic.cpp103 bool VisitDeclRefExpr(DeclRefExpr *E) override { in VisitDeclRefExpr() function in __anone7d735f40111::CollectUnexpandedParameterPacksVisitor
H A DSemaFunctionEffects.cpp1333 bool VisitDeclRefExpr(DeclRefExpr *E) override { in VisitDeclRefExpr() function
H A DAnalysisBasedWarnings.cpp909 void VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon9476153b0711::ContainsReference
913 Inherited::VisitDeclRefExpr(E); in VisitDeclRefExpr()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprComplex.cpp51 mlir::Value VisitDeclRefExpr(DeclRefExpr *e);
263 mlir::Value ComplexExprEmitter::VisitDeclRefExpr(DeclRefExpr *e) { in VisitDeclRefExpr() function in ComplexExprEmitter
H A DCIRGenExprAggregate.cpp73 void VisitDeclRefExpr(DeclRefExpr *e) { emitAggLoadOfLValue(e); } in VisitDeclRefExpr() function in __anon36b4a6a90111::AggExprEmitter
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp206 void VisitDeclRefExpr(const DeclRefExpr *S) { in VisitDeclRefExpr() function in clang::dataflow::__anoneae148b30111::TransferVisitor
269 VisitDeclRefExpr(DE); in ProcessVarDecl()
H A DASTOps.cpp234 bool VisitDeclRefExpr(DeclRefExpr *E) override { in VisitDeclRefExpr() function in clang::dataflow::ReferencedDeclsVisitor
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp173 void VisitDeclRefExpr(DeclRefExpr *DR);
417 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in TransferFunctions
H A DUninitializedValues.cpp497 void VisitDeclRefExpr(DeclRefExpr *dr);
744 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) { in VisitDeclRefExpr() function in TransferFunctions
H A DCalledOnceCheck.cpp312 const DeclRefExpr *VisitDeclRefExpr(const DeclRefExpr *DR) { return DR; } in VisitDeclRefExpr() function in __anon4ef948f50111::DeclRefFinder
439 bool VisitDeclRefExpr(DeclRefExpr *E) override { in VisitDeclRefExpr() function in __anon4ef948f50111::NamesCollector
H A DConsumed.cpp500 void VisitDeclRefExpr(const DeclRefExpr *DeclRef);
825 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) { in VisitDeclRefExpr() function in ConsumedStmtVisitor
H A DAnalysisDeclContext.cpp606 void VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anon06a8dfce0111::FindBlockDeclRefExprsVals
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp54 bool VisitDeclRefExpr(DeclRefExpr *DR) override { in VisitDeclRefExpr() function in __anonfa4b2eb10111::EHCodeVisitor
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRawPtrRefLambdaCapturesChecker.cpp111 bool VisitDeclRefExpr(DeclRefExpr *DRE) override { in checkASTDecl() function
H A DPtrTypesSemantics.cpp830 bool VisitDeclRefExpr(const DeclRefExpr *DRE) { in VisitDeclRefExpr() function in clang::TrivialFunctionAnalysisVisitor
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp268 bool VisitDeclRefExpr(const DeclRefExpr *Expr) { in VisitDeclRefExpr() function in clang::tooling::__anon5a9c4dff0111::RenameLocFinder
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp144 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon1d8962c70111::BodyIndexer
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h155 bool VisitDeclRefExpr(const DeclRefExpr *E);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp501 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function

123