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 545 SourceLocation getNameLoc() const {
  /external/clang/include/clang/AST/
TypeLoc.h 493 SourceLocation getNameLoc() const {
500 return SourceRange(getNameLoc(), getNameLoc());
529 SourceLocation getNameLoc() const { return getBuiltinLoc(); }
667 (D->getIdentifier() == nullptr || D->getLocation() == getNameLoc());
990 SourceLocation getNameLoc() const {
999 return SourceRange(getNameLoc(), getNameEndLoc());
    [all...]

Completed in 189 milliseconds