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

  /external/clang/lib/AST/
SelectorLocationsKind.cpp 70 SelectorLocationsKind hasStandardSelLocs(Selector Sel,
101 return hasStandardSelLocs(Sel, SelLocs, Args, EndLoc);
118 return hasStandardSelLocs(Sel, SelLocs, Args, EndLoc);
  /external/clang/include/clang/AST/
ExprObjC.h     [all...]
DeclObjC.h 192 bool hasStandardSelLocs() const {
197 /// No locations will be stored if HasStandardSelLocs is true.
206 /// No locations will be stored if HasStandardSelLocs is true.
215 /// No locations will be stored if HasStandardSelLocs is true.
217 if (hasStandardSelLocs())
304 if (hasStandardSelLocs())
    [all...]

Completed in 72 milliseconds