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/
DeclObjC.h 181 bool hasStandardSelLocs() const {
186 /// No locations will be stored if HasStandardSelLocs is true.
195 /// No locations will be stored if HasStandardSelLocs is true.
204 /// No locations will be stored if HasStandardSelLocs is true.
206 if (hasStandardSelLocs())
299 if (hasStandardSelLocs())
    [all...]
ExprObjC.h     [all...]

Completed in 32 milliseconds