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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGVTables.cpp 1169 OpportunisticVTables.push_back(RD);
CodeGenModule.h 387 std::vector<const CXXRecordDecl *> OpportunisticVTables;
CodeGenModule.cpp 2444 assert((OpportunisticVTables.empty() || shouldOpportunisticallyEmitVTables())
2447 for (const CXXRecordDecl *RD : OpportunisticVTables) {
2453 OpportunisticVTables.clear();

Completed in 21 milliseconds