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

  /external/clang/lib/StaticAnalyzer/Checkers/
NoReturnFunctionChecker.cpp 90 if (!Sel->getNameForSlot(Slot).equals(Arg))
  /external/clang/lib/AST/
DeclarationName.cpp 101 switch (LHSSelector.getNameForSlot(I).compare(
102 RHSSelector.getNameForSlot(I))) {
StmtPrinter.cpp     [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 643 /// uniqued identifier pointer, should use \c getNameForSlot(), which returns
662 StringRef getNameForSlot(unsigned argIndex) const;
  /external/clang/lib/Basic/
IdentifierTable.cpp 357 StringRef Selector::getNameForSlot(unsigned int argIndex) const {
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaExpr.cpp     [all...]
SemaChecking.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]

Completed in 209 milliseconds