Searched defs:getIdentifierLocs (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DDecl.cpp4074 ArrayRef<SourceLocation> ImportDecl::getIdentifierLocs() const { function in class:ImportDecl
4087 return SourceRange(getLocation(), getIdentifierLocs().back());

Completed in 57 milliseconds