Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDIdentifierTable.h647 virtual IdentifierIterator *getIdentifiers();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
HDIdentifierTable.cpp61 IdentifierIterator *IdentifierInfoLookup::getIdentifiers() { in getIdentifiers() function in IdentifierInfoLookup
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseOpenMP.cpp97 llvm::ArrayRef<Expr *> getIdentifiers() const { return Identifiers; } in getIdentifiers() function in __anone8686c670111::DeclDirectiveListParserHelper
2104 Loc, Helper.getIdentifiers()); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2142 Loc, Helper.getIdentifiers(), Clauses); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2815 Loc, Helper.getIdentifiers()); in ParseOpenMPDeclarativeOrExecutableDirective()
2859 Loc, Helper.getIdentifiers(), Clauses); in ParseOpenMPDeclarativeOrExecutableDirective()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTReader.h2069 IdentifierIterator *getIdentifiers() override;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaLookup.cpp4078 std::unique_ptr<IdentifierIterator> Iter(External->getIdentifiers()); in lookupInDeclContext()
5228 std::unique_ptr<IdentifierIterator> Iter(External->getIdentifiers()); in makeTypoCorrectionConsumer()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp8528 IdentifierIterator *ASTReader::getIdentifiers() { in getIdentifiers() function in ASTReader