Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DNestedNameSpecifier.cpp368 unsigned Raw; in LoadSourceLocation() local
460 unsigned Raw = Loc.getRawEncoding(); in SaveSourceLocation() local
H A DASTContext.cpp342 const RawCommentAndCacheFlags &Raw = Pos->second; in getRawCommentForAnyRedecl() local
358 const RawCommentAndCacheFlags &Raw = Pos->second; in getRawCommentForAnyRedecl() local
367 RawCommentAndCacheFlags Raw; in getRawCommentForAnyRedecl() local
387 RawCommentAndCacheFlags Raw; in getRawCommentForAnyRedecl() local
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals.cpp7 Integer, Floating, Raw, Template enumerator
/minix3/external/bsd/llvm/dist/llvm/unittests/ADT/
H A DAPIntTest.cpp700 const uint64_t *Raw = Y.getRawData(); in TEST() local
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DAttributes.cpp536 uint64_t AttributeSetImpl::Raw(unsigned Index) const { in Raw() function in AttributeSetImpl
981 uint64_t AttributeSet::Raw(unsigned Index) const { in Raw() function in AttributeSet
/minix3/external/bsd/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp517 ArrayRef<char> Raw = getSectionRawName(Sec); in getSectionName() local
2102 ArrayRef<char> Raw = getSectionRawFinalSegmentName(Sec); in getSectionFinalSegmentName() local
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DYAMLParser.cpp1567 StringRef Raw = getRawTag(); in getVerbatimTag() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h2015 SourceLocation ReadSourceLocation(ModuleFile &ModuleFile, unsigned Raw) const { in ReadSourceLocation()