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 529 SourceLocation getNameLoc() const {
  /external/clang/include/clang/AST/
TypeLoc.h 457 SourceLocation getNameLoc() const {
464 return SourceRange(getNameLoc(), getNameLoc());
493 SourceLocation getNameLoc() const { return getBuiltinLoc(); }
631 (D->getIdentifier() == 0 || D->getLocation() == getNameLoc());
905 SourceLocation getNameLoc() const {
914 return SourceRange(getNameLoc(), getNameEndLoc());
    [all...]

Completed in 141 milliseconds