Home
last modified time | relevance | path

Searched refs:getRawValue (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclID.h120 DeclID getRawValue() const { return ID; } in getRawValue() function
264 return DenseMapInfo<DeclID>::getHashValue(Key.getRawValue());
H A DASTUnresolvedSet.h61 Decls.push_back(DeclAccessPair::makeLazy(ID.getRawValue(), AS), C); in addLazyDecl()
/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp287 return Key->getRawValue(); in parseKey()
303 Result = Value->getRawValue(); in parseStr()
443 Result = Value->getRawValue(); in parseStr()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp399 ("Unknown key: \"" + KeyString->getRawValue() + "\"").str(); in parse()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h227 StringRef getRawValue() const { return Value; } in getRawValue() function
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h2036 : DefinitionID(ID.getRawValue()), Offset(Offset) {} in ObjCCategoriesInfo()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp654 const int64_t LowerBound = Values.begin()->getRawValue(); in emit()
655 const int64_t UpperBound = Values.rbegin()->getRawValue() + 1; in emit()
667 while (J++ < V.getRawValue()) in emit()
H A DGlobalISelMatchTable.h172 int64_t getRawValue() const { return RawValue; } in getRawValue() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp277 IDs.insert(IDs.end(), Old + 1, Old + 1 + Old[0].getRawValue()); in AddLazySpecializations()
2001 Data.FirstFriend = readDeclID().getRawValue(); in ReadCXXDefinitionData()
2265 C.KeyFunctions[D] = KeyFn.getRawValue(); in VisitCXXRecordDeclImpl()
2354 D->NextFriend = readDeclID().getRawValue(); in VisitFriendDecl()
3057 D->PrevDeclInScope = readDeclID().getRawValue(); in VisitOMPDeclareReductionDecl()
3064 D->PrevDeclInScope = readDeclID().getRawValue(); in VisitOMPDeclareMapperDecl()
H A DASTWriterDecl.cpp228 LazySpecializations = llvm::ArrayRef(LS + 1, LS[0].getRawValue()); in AddTemplateSpecializations()
2829 unsigned Index = ID.getRawValue() - FirstDeclID.getRawValue(); in WriteDecl()
H A DASTWriter.cpp3345 KindDeclPairs.push_back(GetDeclRef(D).getRawValue()); in WriteDeclContextLexicalBlock()
3397 FileGroupedDeclIDs.push_back(LocDeclEntry.second.getRawValue()); in WriteFileDeclIDsMap()
4464 getDeclID(cast<Decl>(DC)).getRawValue()}; in WriteDeclContextVisibleUpdate()
5715 NewGlobalKindDeclPairs.push_back(GetDeclRef(D).getRawValue()); in WriteDeclAndTypes()
6221 Record.push_back(GetDeclRef(D).getRawValue()); in AddDeclRef()
H A DASTReader.cpp3913 DelayedDeleteExprs.push_back(ReadDeclID(F, Record, I).getRawValue()); in ReadASTBlock()
7685 return GlobalDeclID(LocalID.getRawValue()); in getGlobalDeclID()
7862 return GlobalID.getRawValue(); in translateGlobalDeclIDToIndex()
7918 return LocalDeclID::get(*this, M, GlobalID.getRawValue()); in mapGlobalIDToModuleFileGlobalID()
8362 SemaObj->StdNamespace = SemaDeclRefs[I].getRawValue(); in UpdateSema()
8364 SemaObj->StdBadAlloc = SemaDeclRefs[I + 1].getRawValue(); in UpdateSema()
8366 SemaObj->StdAlignValT = SemaDeclRefs[I + 2].getRawValue(); in UpdateSema()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h1288 Value(N->getRawValue()) {}
1292 Name == RHS->getRawName() && Value == RHS->getRawValue();
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp83 *PrefixPtr = ID.getRawValue(); in operator new()
H A DDeclTemplate.cpp342 unsigned SpecSize = (*Specs++).getRawValue(); in loadLazySpecializationsImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3864 MDString *getRawValue() const { return getOperandAs<MDString>(1); }
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2087 Record.push_back(VE.getMetadataOrNullID(N->getRawValue())); in writeDIMacro()