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 541 SourceLocation getNameLoc() const {
  /external/clang/include/clang/AST/
TypeLoc.h 460 SourceLocation getNameLoc() const {
467 return SourceRange(getNameLoc(), getNameLoc());
496 SourceLocation getNameLoc() const { return getBuiltinLoc(); }
634 (D->getIdentifier() == nullptr || D->getLocation() == getNameLoc());
908 SourceLocation getNameLoc() const {
917 return SourceRange(getNameLoc(), getNameEndLoc());
    [all...]

Completed in 301 milliseconds