Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h488 virtual IdentifierIterator *getIdentifiers();
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp62 IdentifierIterator *IdentifierInfoLookup::getIdentifiers() { in getIdentifiers() function in IdentifierInfoLookup
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp92 llvm::ArrayRef<Expr *> getIdentifiers() const { return Identifiers; } in getIdentifiers() function in __anonc154ddd90111::DeclDirectiveListParserHelper
1908 Helper.getIdentifiers()); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
1947 return Actions.ActOnOpenMPAllocateDirective(Loc, Helper.getIdentifiers(), in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2308 Loc, Helper.getIdentifiers()); in ParseOpenMPDeclarativeOrExecutableDirective()
2354 Loc, Helper.getIdentifiers(), Clauses); in ParseOpenMPDeclarativeOrExecutableDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1981 IdentifierIterator *getIdentifiers() override;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp3812 std::unique_ptr<IdentifierIterator> Iter(External->getIdentifiers()); in lookupInDeclContext()
4941 std::unique_ptr<IdentifierIterator> Iter(External->getIdentifiers()); in makeTypoCorrectionConsumer()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp8106 IdentifierIterator *ASTReader::getIdentifiers() { in getIdentifiers() function in ASTReader