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

  /external/clang/include/clang/Sema/
Lookup.h 498 SourceLocation getNameLoc() const {
  /external/clang/include/clang/AST/
TypeLoc.h 402 SourceLocation getNameLoc() const {
409 return SourceRange(getNameLoc(), getNameLoc());
439 SourceLocation getNameLoc() const { return getBuiltinLoc(); }
572 (getNameLoc().isInvalid() || getNameLoc() == getDecl()->getLocation());
841 SourceLocation getNameLoc() const {
850 return SourceRange(getNameLoc());
    [all...]
ExprCXX.h     [all...]

Completed in 183 milliseconds