Searched refs:VisitOffsetOfExpr (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h42 void VisitOffsetOfExpr(PTR(OffsetOfExpr) E) { }
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h72 bool VisitOffsetOfExpr(const OffsetOfExpr *S) { function in class:clang::tooling::RecursiveSymbolVisitor
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp447 bool VisitOffsetOfExpr(OffsetOfExpr *S) { function
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h500 /// VisitOffsetOfExpr - Transfer function for offsetof.
501 void VisitOffsetOfExpr(const OffsetOfExpr *Ex, ExplodedNode *Pred,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp846 VisitOffsetOfExpr(const OffsetOfExpr *OOE, function in class:ExprEngine
H A DExprEngine.cpp1789 VisitOffsetOfExpr(cast<OffsetOfExpr>(S), Node, PostVisit);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1118 void StmtProfiler::VisitOffsetOfExpr(const OffsetOfExpr *S) { function in class:StmtProfiler
H A DASTImporter.cpp623 ExpectedStmt VisitOffsetOfExpr(OffsetOfExpr *OE);
7012 ExpectedStmt ASTNodeImporter::VisitOffsetOfExpr(OffsetOfExpr *E) { function in class:ASTNodeImporter
H A DExprConstant.cpp9888 bool VisitOffsetOfExpr(const OffsetOfExpr *E);
12237 bool IntExprEvaluator::VisitOffsetOfExpr(const OffsetOfExpr *OOE) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp482 Value *VisitOffsetOfExpr(OffsetOfExpr *E);
2711 Value *ScalarExprEmitter::VisitOffsetOfExpr(OffsetOfExpr *E) { function in class:ScalarExprEmitter
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp672 void ASTStmtReader::VisitOffsetOfExpr(OffsetOfExpr *E) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp710 void ASTStmtWriter::VisitOffsetOfExpr(OffsetOfExpr *E) { function in class:ASTStmtWriter

Completed in 228 milliseconds