Searched refs:Identifier (Results 101 - 125 of 151) sorted by relevance

1234567

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
1785 class Identifier : public SExpr { class in namespace:clang::threadSafety
1787 Identifier(StringRef Id): SExpr(COP_Identifier), Name(Id) {} function in class:clang::threadSafety::Identifier
1788 Identifier(const Identifier &) = default;
1800 typename C::CType compare(const Identifier* E, C& Cmp) const {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
3888 /// Try to parse a register name. The token must be an Identifier when called,
3894 if (Tok.isNot(AsmToken::Identifier)) return -1;
3952 if (Tok.isNot(AsmToken::Identifier))
4018 } else if (Parser.getTok().is(AsmToken::Identifier)) {
4044 /// Try to parse a register name. The token must be an Identifier when called.
4151 if (!Tok.is(AsmToken::Identifier))
4164 /// token must be an Identifier when called, and if it is a coprocessor
4171 if (Tok.isNot(AsmToken::Identifier))
4186 /// token must be an Identifier whe
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
412 Token Identifier = Tok; // Stash away the identifier. local
416 UnconsumeToken(Identifier); // Stick the identifier back.
447 Token Identifier = Tok; local
459 // Identifier is not recognized as a nested name, but we can have
465 Tok = Identifier;
2317 Name = Id.Identifier->getName();
2323 Name += Id.Identifier->getName();
2395 Id.getKind() == UnqualifiedIdKind::IK_Identifier ? Id.Identifier
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
618 Identifier->output(OS, Flags);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclarationName.h5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
203 Identifier = StoredIdentifier, enumerator in enum:clang::DeclarationName::NameKind
652 // struct {} Identifier;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
1980 assert(Kind == DeclarationName::Identifier ||
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
1081 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Size";
1089 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Guid";
1093 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Age";
1097 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Attributes";
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
57 void CXXScopeSpec::Extend(ASTContext &Context, IdentifierInfo *Identifier, argument
60 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc);
H A DSemaExprCXX.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
62 case NestedNameSpecifier::Identifier:
415 case NestedNameSpecifier::Identifier:
7288 ParsedType T = getTypeName(*SecondTypeName.Identifier,
7299 Destructed = PseudoDestructorTypeStorage(SecondTypeName.Identifier,
7304 << SecondTypeName.Identifier << ObjectType;
7347 FirstTypeName.Identifier) {
7349 ParsedType T = getTypeName(*FirstTypeName.Identifier,
7356 << FirstTypeName.Identifier << ObjectType;
H A DSemaTemplateVariadic.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
434 case DeclarationName::Identifier:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
1293 auto ModuleLoader = [&M](StringRef Identifier) {
1294 return loadFile(Identifier, M.getContext());
/freebsd-12-stable/stand/lua/
H A Ddrawer.lua2 -- SPDX-License-Identifier: BSD-2-Clause-FreeBSD
H A Dcore.lua2 -- SPDX-License-Identifier: BSD-2-Clause-FreeBSD
H A Dmenu.lua2 -- SPDX-License-Identifier: BSD-2-Clause-FreeBSD
H A Dconfig.lua2 -- SPDX-License-Identifier: BSD-2-Clause-FreeBSD
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
394 D->getDeclName().getNameKind() == DeclarationName::Identifier)
467 D->getDeclName().getNameKind() == DeclarationName::Identifier)
502 D->getDeclName().getNameKind() == DeclarationName::Identifier)
1056 D->getDeclName().getNameKind() == DeclarationName::Identifier &&
1377 D->getDeclName().getNameKind() == DeclarationName::Identifier &&
1916 Abv->Add(BitCodeAbbrevOp(0)); // NameKind = Identifier
1949 Abv->Add(BitCodeAbbrevOp(0)); // NameKind = Identifier
1987 Abv->Add(BitCodeAbbrevOp(0)); // NameKind = Identifier
2037 Abv->Add(BitCodeAbbrevOp(0)); // NameKind = Identifier
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
1192 case NestedNameSpecifier::Identifier:
1201 // An Identifier has no type information, so we can't emit abi tags for it.
1220 case DeclarationName::Identifier:
1262 case DeclarationName::Identifier: {
1807 case NestedNameSpecifier::Identifier:
2127 case DeclarationName::Identifier:
H A DASTStructuralEquivalence.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
118 case DeclarationName::Identifier:
213 case NestedNameSpecifier::Identifier:
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
118 case DeclarationName::Identifier: {
1912 m_decl_name.getNameKind() == DeclarationName::Identifier
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
949 const IdentifierInfo *Identifier = Call.getCalleeIdentifier();
952 if (isAnnotatedAsReturningLocalized(D) || LSF.count(Identifier) != 0) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
1008 return Tok.is(AsmToken::Identifier) && Tok.getIdentifier() == "sdk_version";
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
2902 uint64_t DwarfDebug::makeTypeSignature(StringRef Identifier) {
2904 Hash.update(Identifier);
2914 StringRef Identifier, DIE &RefDie,
2940 uint64_t Signature = makeTypeSignature(Identifier);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
2039 if (IdentifierInfo *Identifier = Name.getAsIdentifierInfo())
2040 HiddenNames.insert(Identifier->getName());
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
1844 printResourceTypeName(Entry.Identifier.ID, OS);
1846 OS << ": (ID " << Entry.Identifier.ID << ")";
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
730 } Identifier; member in struct:llvm::object::frame_type::coff_resource_dir_entry

Completed in 507 milliseconds

1234567