Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h647 virtual IdentifierIterator *getIdentifiers();
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp61 IdentifierIterator *IdentifierInfoLookup::getIdentifiers() { in getIdentifiers() function in IdentifierInfoLookup
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp97 llvm::ArrayRef<Expr *> getIdentifiers() const { return Identifiers; } in getIdentifiers() function in __anon6a7266ce0111::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/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2069 IdentifierIterator *getIdentifiers() override;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4078 std::unique_ptr<IdentifierIterator> Iter(External->getIdentifiers()); in lookupInDeclContext()
5228 std::unique_ptr<IdentifierIterator> Iter(External->getIdentifiers()); in makeTypoCorrectionConsumer()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8528 IdentifierIterator *ASTReader::getIdentifiers() { in getIdentifiers() function in ASTReader