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

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Record.h 68 unsigned getNumFields() { return Fields.size(); }
EvalEmitter.cpp 136 unsigned NF = Record->getNumFields();
Interp.cpp 130 for (unsigned I = 0, N = R->getNumFields(); I < N; ++I) {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp 289 unsigned getNumFields() const {
570 for (unsigned I = 0, E = BaseType.getNumFields(); I != E; ++I) {

Completed in 34 milliseconds