Searched refs:Identifiers (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h97 "Identifiers should be created by TokenValue(IdentifierInfo *)");
151 /// Identifiers for builtin macros and other builtins.
231 mutable IdentifierTable Identifiers; member in class:clang::Preprocessor
240 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
914 IdentifierTable &getIdentifierTable() { return Identifiers; }
915 const IdentifierTable &getIdentifierTable() const { return Identifiers; }
1021 return isMacroDefined(&Identifiers.get(Id));
1171 return &Identifiers.get(Name);
1873 /// Identifiers used for SEH handling in Borland. These are only
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp299 IdentifierTable Identifiers(LO);
304 clang::IdentifierInfo &II = Identifiers.get(T.getRawIdentifier());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1938 SmallVector<Token, 5> Identifiers; local
1947 Identifiers.push_back(Tok);
1982 assert(!Identifiers.empty() && "Valid '#pragma unused' must have arguments");
1990 PP.getPreprocessorAllocator().Allocate<Token>(2 * Identifiers.size()),
1991 2 * Identifiers.size());
1992 for (unsigned i=0; i != Identifiers.size(); i++) {
1997 idTok = Identifiers[i];
H A DParseOpenMP.cpp66 SmallVector<Expr *, 4> Identifiers; member in class:__anon555::final
77 Identifiers.push_back(Res.get());
79 llvm::ArrayRef<Expr *> getIdentifiers() const { return Identifiers; }
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp92 Identifiers(IILookup), PragmaHandlers(new PragmaNamespace(StringRef())),
212 Identifiers.AddKeywords(LangOpts);
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dactbl2.h967 UINT32 Identifiers[1]; /* GIC ITS identifier arrary */ member in struct:acpi_iort_its_group
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4176 SmallVectorImpl<const IdentifierInfo*> &Identifiers) {
4178 getNestedNameSpecifierIdentifiers(Prefix, Identifiers);
4180 Identifiers.clear();
4210 Identifiers.push_back(II);
/freebsd-11-stable/sys/contrib/dev/acpica/common/
H A Ddmtbdump.c2064 Length = ACPI_OFFSET (ACPI_IORT_ITS_GROUP, Identifiers);

Completed in 171 milliseconds