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

/external/clang/lib/AST/
H A DDecl.cpp3889 ArrayRef<SourceLocation> ImportDecl::getIdentifierLocs() const { function in class:ImportDecl
3904 return SourceRange(getLocation(), getIdentifierLocs().back());
/external/clang/include/clang/AST/
H A DDecl.h3552 ArrayRef<SourceLocation> getIdentifierLocs() const;
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp1061 ArrayRef<SourceLocation> IdentifierLocs = D->getIdentifierLocs();
/external/clang/tools/libclang/
H A DCIndex.cpp3573 ArrayRef<SourceLocation> Locs = ImportD->getIdentifierLocs();

Completed in 160 milliseconds