Searched refs:Identifier (Results 126 - 150 of 151) sorted by relevance

1234567

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
746 case NestedNameSpecifier::Identifier:
771 case NestedNameSpecifier::Identifier:
803 case DeclarationName::Identifier:
H A DExpr.h5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
2172 Identifier = 0x02, enumerator in enum:clang::final::OffsetOfNode::Kind
2210 Data(reinterpret_cast<uintptr_t>(Name) | Identifier) {}
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
186 TName = DeclarationName(Name.Identifier);
195 TName = Context.DeclarationNames.getCXXLiteralOperatorName(Name.Identifier);
4694 Name.Identifier && LookupRD->getIdentifier() == Name.Identifier) {
4706 << Name.Identifier
4719 Name.Identifier));
5992 case NestedNameSpecifier::Identifier:
H A DSemaType.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
5119 case NestedNameSpecifier::Identifier:
5813 case NestedNameSpecifier::Identifier:
H A DSemaDeclCXX.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
9356 assert(Name.getNameKind() == DeclarationName::Identifier);
12209 Name.Identifier, TInfo);
12249 << Name.Identifier;
12291 Name.Identifier, TemplateParams,
H A DSemaLookup.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4185 case NestedNameSpecifier::Identifier:
H A DTreeTransform.h5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
3772 case NestedNameSpecifier::Identifier: {
3875 case DeclarationName::Identifier:
9643 case OffsetOfNode::Identifier:
H A DSemaDecl.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
5173 NameInfo.setName(Name.Identifier);
5214 Name.Identifier));
H A DSemaCodeComplete.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
3154 case DeclarationName::Identifier:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
1685 return getDirStringAtOffset(Entry.Identifier.getNameOffset());
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
1133 case OffsetOfNode::Identifier:
H A DASTImporter.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
1693 case DeclarationName::Identifier:
7044 case OffsetOfNode::Identifier: {
8404 case NestedNameSpecifier::Identifier:
8483 case NestedNameSpecifier::Identifier:
8872 case DeclarationName::Identifier:
H A DMicrosoftMangle.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
858 case DeclarationName::Identifier: {
H A DExpr.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
1597 assert(getKind() == Field || getKind() == Identifier);
H A DASTContext.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
5657 case NestedNameSpecifier::Identifier:
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
3163 // Identifier Table Serialization
3524 case DeclarationName::Identifier:
3558 case DeclarationName::Identifier:
5394 case DeclarationName::Identifier:
5437 case NestedNameSpecifier::Identifier:
H A DASTWriterStmt.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
595 nk == DeclarationName::Identifier &&
731 case OffsetOfNode::Identifier:
H A DASTReader.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
1028 case DeclarationName::Identifier:
1060 case DeclarationName::Identifier:
1107 case DeclarationName::Identifier:
8597 case DeclarationName::Identifier:
8756 case NestedNameSpecifier::Identifier: {
H A DASTReaderStmt.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
695 case OffsetOfNode::Identifier:
H A DASTReaderDecl.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
2945 case NestedNameSpecifier::Identifier:
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm9 ;// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
/freebsd-12-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm152 .4byte 0xffffffff @ CIE Identifier Tag
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
5931 IdentifierInfo *Identifier; member in struct:clang::final::NestedNameSpecInfo
5942 : ObjectType(ObjectType), Identifier(II), IdentifierLoc(IdLoc),
5948 : ObjectType(ParsedType::make(ObjectType)), Identifier(II),
9390 void ActOnPragmaUnused(const Token &Identifier,
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
849 return Scope == o.Scope && Identifier == o.Identifier;
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
2774 case OffsetOfNode::Identifier:

Completed in 1157 milliseconds

1234567