Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclID.h112 DeclID getRawValue() const { return ID; } in getRawValue() function
257 return DenseMapInfo<DeclID>::getHashValue(Key.getRawValue());
278 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.cpp262 return Key->getRawValue(); in parseKey()
278 Result = Value->getRawValue(); in parseStr()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp394 ("Unknown key: \"" + KeyString->getRawValue() + "\"").str(); in parse()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h229 StringRef getRawValue() const { return Value; } in getRawValue() function
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h2102 : DefinitionID(ID.getRawValue()), Offset(Offset) {} in ObjCCategoriesInfo()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3432 KindDeclPairs.push_back(GetDeclRef(D).getRawValue()); in WriteDeclContextLexicalBlock()
3484 FileGroupedDeclIDs.push_back(LocDeclEntry.second.getRawValue()); in WriteFileDeclIDsMap()
4454 Specs.push_back(GlobalDeclID(Writer.GetDeclRef(ND).getRawValue())); in getData()
4510 LE.write<DeclID>(Specs[I].getRawValue()); in EmitData()
4970 getDeclID(cast<Decl>(DC)).getRawValue()}; in WriteDeclContextVisibleUpdate()
4976 UPDATE_MODULE_LOCAL_VISIBLE, getDeclID(cast<Decl>(DC)).getRawValue()}; in WriteDeclContextVisibleUpdate()
4983 UPDATE_TU_LOCAL_VISIBLE, getDeclID(cast<Decl>(DC)).getRawValue()}; in WriteDeclContextVisibleUpdate()
6296 RelatedDeclsMapRecord.push_back(Pair.first.getRawValue()); in WriteDeclAndTypes()
6299 RelatedDeclsMapRecord.push_back(Lambda.getRawValue()); in WriteDeclAndTypes()
6334 NewGlobalKindDeclPairs.push_back(GetDeclRef(D).getRawValue()); in WriteDeclAndTypes()
[all …]
H A DASTReaderDecl.cpp2020 Data.FirstFriend = readDeclID().getRawValue(); in ReadCXXDefinitionData()
2288 C.KeyFunctions[D] = KeyFn.getRawValue(); in VisitCXXRecordDeclImpl()
2380 D->NextFriend = readDeclID().getRawValue(); in VisitFriendDecl()
3086 D->PrevDeclInScope = readDeclID().getRawValue(); in VisitOMPDeclareReductionDecl()
3093 D->PrevDeclInScope = readDeclID().getRawValue(); in VisitOMPDeclareMapperDecl()
H A DASTWriterDecl.cpp3070 unsigned Index = ID.getRawValue() - FirstDeclID.getRawValue(); in WriteDecl()
H A DASTReader.cpp4213 DelayedDeleteExprs.push_back(ReadDeclID(F, Record, I).getRawValue()); in ReadASTBlock()
8048 return GlobalDeclID(LocalID.getRawValue()); in getGlobalDeclID()
8225 return GlobalID.getRawValue(); in translateGlobalDeclIDToIndex()
8281 return LocalDeclID::get(*this, M, GlobalID.getRawValue()); in mapGlobalIDToModuleFileGlobalID()
8897 SemaObj->StdNamespace = SemaDeclRefs[I].getRawValue(); in UpdateSema()
8899 SemaObj->StdBadAlloc = SemaDeclRefs[I + 1].getRawValue(); in UpdateSema()
8901 SemaObj->StdAlignValT = SemaDeclRefs[I + 2].getRawValue(); in UpdateSema()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h1467 Value(N->getRawValue()) {}
1471 Name == RHS->getRawName() && Value == RHS->getRawValue();
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp81 *PrefixPtr = ID.getRawValue(); in operator new()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h4478 MDString *getRawValue() const { return getOperandAs<MDString>(1); }
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2225 Record.push_back(VE.getMetadataOrNullID(N->getRawValue())); in writeDIMacro()