HomeSort by relevance Sort by last modified time
    Searched refs:markUsed (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Object/
RecordStreamer.h 24 void markUsed(const MCSymbol &Symbol);
RecordStreamer.cpp 45 void RecordStreamer::markUsed(const MCSymbol &Symbol) {
60 void RecordStreamer::visitUsedSymbol(const MCSymbol &Sym) { markUsed(Sym); }
  /external/clang/include/clang/Sema/
SemaInternal.h 75 Var->markUsed(SemaRef.Context);
  /external/clang/lib/Sema/
SemaLambda.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaStmt.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h 516 void markUsed(ASTContext &C);
    [all...]

Completed in 1420 milliseconds