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

  /src/external/apache2/llvm/dist/clang/lib/AST/
SelectorLocationsKind.cpp 69 SelectorLocationsKind hasStandardSelLocs(Selector Sel,
100 return hasStandardSelLocs(Sel, SelLocs, Args, EndLoc);
117 return hasStandardSelLocs(Sel, SelLocs, Args, EndLoc);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprObjC.h 1049 bool hasStandardSelLocs() const {
1054 /// No locations will be stored if HasStandardSelLocs is true.
1063 /// No locations will be stored if HasStandardSelLocs is true.
1065 if (hasStandardSelLocs())
1417 if (hasStandardSelLocs())
DeclObjC.h 189 bool hasStandardSelLocs() const {
194 /// No locations will be stored if HasStandardSelLocs is true.
203 /// No locations will be stored if HasStandardSelLocs is true.
212 /// No locations will be stored if HasStandardSelLocs is true.
214 if (hasStandardSelLocs())
299 if (hasStandardSelLocs())

Completed in 18 milliseconds