HomeSort by: relevance | last modified time | path
    Searched refs:VisitExprWithCleanups (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
JSONNodeDumper.h 287 void VisitExprWithCleanups(const ExprWithCleanups *EWC);
TextNodeDumper.h 281 void VisitExprWithCleanups(const ExprWithCleanups *Node);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprAgg.cpp 190 void VisitExprWithCleanups(ExprWithCleanups *E);
1373 void AggExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) {
CGExprComplex.cpp 228 ComplexPairTy VisitExprWithCleanups(ExprWithCleanups *E) {
CGExprConstant.cpp 1185 llvm::Constant *VisitExprWithCleanups(ExprWithCleanups *E, QualType T) {
CGExprScalar.cpp 657 Value *VisitExprWithCleanups(ExprWithCleanups *E);
2378 Value *ScalarExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) {
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 571 CFGBlock *VisitExprWithCleanups(ExprWithCleanups *E,
2185 return VisitExprWithCleanups(cast<ExprWithCleanups>(S),
4511 CFGBlock *CFGBuilder::VisitExprWithCleanups(ExprWithCleanups *E,
  /src/external/apache2/llvm/dist/clang/lib/AST/
JSONNodeDumper.cpp 1335 void JSONNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *EWC) {
StmtPrinter.cpp 2167 void StmtPrinter::VisitExprWithCleanups(ExprWithCleanups *E) {
StmtProfile.cpp 2019 void StmtProfiler::VisitExprWithCleanups(const ExprWithCleanups *S) {
ASTImporter.cpp 633 ExpectedStmt VisitExprWithCleanups(ExprWithCleanups *E);
7497 ExpectedStmt ASTNodeImporter::VisitExprWithCleanups(ExprWithCleanups *E) {
ExprConstant.cpp 5120 // VisitExprWithCleanups should create one when necessary.
7382 bool VisitExprWithCleanups(const ExprWithCleanups *E) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 1922 void ASTStmtReader::VisitExprWithCleanups(ExprWithCleanups *E) {
ASTWriterStmt.cpp 1828 void ASTStmtWriter::VisitExprWithCleanups(ExprWithCleanups *E) {

Completed in 77 milliseconds