Home
last modified time | relevance | path

Searched defs:Raw (Results 1 – 9 of 9) sorted by relevance

/trueos/contrib/llvm/tools/clang/lib/Frontend/
HDLogDiagnosticPrinter.cpp43 static void emitString(llvm::raw_svector_ostream &OS, const StringRef Raw) { in emitString()
HDASTUnit.cpp2595 unsigned Raw = L.getRawEncoding(); in TranslateSLoc() local
/trueos/contrib/llvm/tools/clang/lib/AST/
HDNestedNameSpecifier.cpp332 unsigned Raw; in LoadSourceLocation() local
423 unsigned Raw = Loc.getRawEncoding(); in SaveSourceLocation() local
HDASTContext.cpp322 const RawCommentAndCacheFlags &Raw = Pos->second; in getRawCommentForAnyRedecl() local
340 const RawCommentAndCacheFlags &Raw = Pos->second; in getRawCommentForAnyRedecl() local
349 RawCommentAndCacheFlags Raw; in getRawCommentForAnyRedecl() local
369 RawCommentAndCacheFlags Raw; in getRawCommentForAnyRedecl() local
/trueos/contrib/llvm/lib/IR/
HDAttributes.cpp489 uint64_t AttributeSetImpl::Raw(unsigned Index) const { in Raw() function in AttributeSetImpl
922 uint64_t AttributeSet::Raw(unsigned Index) const { in Raw() function in AttributeSet
/trueos/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp660 ArrayRef<char> Raw = getSectionRawName(Sec); in getSectionName() local
1343 ArrayRef<char> Raw = getSectionRawFinalSegmentName(Sec); in getSectionFinalSegmentName() local
/trueos/sys/boot/efi/include/
HDefipxebc.h82 UINT8 Raw[1472]; member
/trueos/contrib/llvm/lib/Support/
HDYAMLParser.cpp1614 StringRef Raw = getRawTag(); in getVerbatimTag() local
/trueos/contrib/llvm/tools/clang/include/clang/Serialization/
HDASTReader.h1781 SourceLocation ReadSourceLocation(ModuleFile &ModuleFile, unsigned Raw) const { in ReadSourceLocation()