Home
last modified time | relevance | path

Searched refs:getIdentifiers (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DIdentifierTable.h478 virtual IdentifierIterator *getIdentifiers();
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DIdentifierTable.cpp56 IdentifierIterator *IdentifierInfoLookup::getIdentifiers() { in getIdentifiers() function in IdentifierInfoLookup
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp59 llvm::ArrayRef<Expr *> getIdentifiers() const { return Identifiers; } in getIdentifiers() function in __anonbf7bccdd0111::ThreadprivateListParserHelper
744 Helper.getIdentifiers()); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
1014 Loc, Helper.getIdentifiers()); in ParseOpenMPDeclarativeOrExecutableDirective()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1979 IdentifierIterator *getIdentifiers() override;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp3509 std::unique_ptr<IdentifierIterator> Iter(External->getIdentifiers()); in LookupVisibleDecls()
4660 std::unique_ptr<IdentifierIterator> Iter(External->getIdentifiers()); in makeTypoCorrectionConsumer()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp7975 IdentifierIterator *ASTReader::getIdentifiers() { in getIdentifiers() function in ASTReader