HomeSort by relevance Sort by last modified time
    Searched defs:getNameLoc (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Sema/
Lookup.h 516 SourceLocation getNameLoc() const {
  /external/clang/include/clang/AST/
TypeLoc.h 406 SourceLocation getNameLoc() const {
413 return SourceRange(getNameLoc(), getNameLoc());
443 SourceLocation getNameLoc() const { return getBuiltinLoc(); }
577 (D->getIdentifier() == 0 || D->getLocation() == getNameLoc());
847 SourceLocation getNameLoc() const {
856 return SourceRange(getNameLoc(), getNameEndLoc());
    [all...]

Completed in 680 milliseconds