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

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

Completed in 68 milliseconds