Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h622 virtual IdentifierIterator *getIdentifiers();
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp61 IdentifierIterator *IdentifierInfoLookup::getIdentifiers() { in getIdentifiers() function in IdentifierInfoLookup
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp95 llvm::ArrayRef<Expr *> getIdentifiers() const { return Identifiers; } in getIdentifiers() function in __anon5f1777040111::DeclDirectiveListParserHelper
2094 Helper.getIdentifiers()); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2133 return Actions.ActOnOpenMPAllocateDirective(Loc, Helper.getIdentifiers(), in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2687 Loc, Helper.getIdentifiers()); in ParseOpenMPDeclarativeOrExecutableDirective()
2733 Loc, Helper.getIdentifiers(), Clauses); in ParseOpenMPDeclarativeOrExecutableDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2057 IdentifierIterator *getIdentifiers() override;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4144 std::unique_ptr<IdentifierIterator> Iter(External->getIdentifiers()); in lookupInDeclContext()
5293 std::unique_ptr<IdentifierIterator> Iter(External->getIdentifiers()); in makeTypoCorrectionConsumer()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8441 IdentifierIterator *ASTReader::getIdentifiers() { in getIdentifiers() function in ASTReader