Home
last modified time | relevance | path

Searched refs:getFromRawEncoding (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXSourceLocation.h66 return SourceLocation::getFromRawEncoding(L.int_data); in translateSourceLocation()
70 return SourceRange(SourceLocation::getFromRawEncoding(R.begin_int_data), in translateCXSourceRange()
71 SourceLocation::getFromRawEncoding(R.end_int_data)); in translateCXSourceRange()
H A DCXSourceLocation.cpp202 SourceLocation::getFromRawEncoding(location.int_data); in clang_Location_isInSystemHeader()
213 SourceLocation::getFromRawEncoding(location.int_data); in clang_Location_isFromMainFile()
232 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data); in clang_getExpansionLocation()
274 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data); in clang_getPresumedLocation()
314 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data); in clang_getSpellingLocation()
351 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data); in clang_getFileLocation()
H A DIndexing.cpp980 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data); in clang_indexLoc_getFileLocation()
990 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data); in clang_indexLoc_getCXSourceLocation()
H A DCIndex.cpp169 SourceLocation::getFromRawEncoding(R.begin_int_data), in translateCXRangeToCharRange()
170 SourceLocation::getFromRawEncoding(R.end_int_data)); in translateCXRangeToCharRange()
1985 return SourceLocation::getFromRawEncoding((unsigned)(uintptr_t)data[1]); in getLoc()
6825 SourceLocation Loc = SourceLocation::getFromRawEncoding(CXTok.int_data[1]); in clang_getTokenSpelling()
6849 SourceLocation::getFromRawEncoding(CXTok.int_data[1])); in clang_getTokenLocation()
6864 SourceLocation::getFromRawEncoding(CXTok.int_data[1])); in clang_getTokenExtent()
7060 return SourceLocation::getFromRawEncoding(getTok(tokI).int_data[1]); in GetTokenLoc()
7066 return SourceLocation::getFromRawEncoding(getTok(tokI).int_data[3]); in getFunctionMacroTokenLoc()
7561 return SourceLocation::getFromRawEncoding(getTok(tokI).int_data[1]); in getTokenLoc()
7628 SourceLocation::getFromRawEncoding(Tokens[TokIdx].int_data[1])); in annotatePreprocessorTokens()
[all …]
H A DCXIndexDataConsumer.cpp993 Loc = SourceLocation::getFromRawEncoding(baseInfo->loc.int_data); in handleCXXRecordDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceLocation.h154 static SourceLocation getFromRawEncoding(unsigned Encoding) {
174 return getFromRawEncoding((unsigned)(uintptr_t)Encoding);
492 return clang::SourceLocation::getFromRawEncoding(~0U);
496 return clang::SourceLocation::getFromRawEncoding(~0U - 1);
523 return clang::SourceLocation::getFromRawEncoding((unsigned)(uintptr_t)P);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTBitCodes.h192 return SourceLocation::getFromRawEncoding(Begin); in getBegin()
196 return SourceLocation::getFromRawEncoding(End); in getEnd()
212 return SourceLocation::getFromRawEncoding(Begin); in getBegin()
215 return SourceLocation::getFromRawEncoding(End); in getEnd()
260 return SourceLocation::getFromRawEncoding(Loc); in getLocation()
H A DASTWriter.h373 return SourceLocation::getFromRawEncoding(Loc); in getLoc()
H A DASTReader.h2134 return Sema::AlignPackInfo::getFromRawEncoding(Raw); in ReadAlignPackInfo()
2140 return SourceLocation::getFromRawEncoding((Raw >> 1) | (Raw << 31)); in ReadUntranslatedSourceLocation()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DToken.h127 return SourceLocation::getFromRawEncoding(Loc); in getLocation()
142 return SourceLocation::getFromRawEncoding(UintData ? UintData : Loc); in getAnnotationEndLoc()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclarationName.h704 return SourceLocation::getFromRawEncoding(CXXOperatorName.BeginOpNameLoc); in getCXXOperatorNameBeginLoc()
709 return SourceLocation::getFromRawEncoding(CXXOperatorName.EndOpNameLoc); in getCXXOperatorNameEndLoc()
724 return SourceLocation::getFromRawEncoding(CXXLiteralOperatorName.OpNameLoc); in getCXXLiteralOperatorNameLoc()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DTestSupport.cpp317 Lexer Lex(SourceLocation::getFromRawEncoding(0), LangOpts, Source.begin(), in findTestSelectionRanges()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp513 SourceLocation::getFromRawEncoding(DI.getLocCookie()); in SrcMgrDiagHandler()
548 SourceLocation::getFromRawEncoding(D.getLocCookie()); in InlineAsmDiagHandler()
H A DCGOpenMPRuntime.cpp12038 CGF, SourceLocation::getFromRawEncoding(LocEncoding)); in getAddressOfLocalVariable()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DNestedNameSpecifier.cpp398 return SourceLocation::getFromRawEncoding(Raw); in LoadSourceLocation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp3420 F.FirstLoc = SourceLocation::getFromRawEncoding(F.SLocEntryBaseOffset); in ReadASTBlock()
8261 SourceLocation::getFromRawEncoding(UndefinedButUsed[Idx++]); in ReadUndefinedButUsed()
8274 SourceLocation::getFromRawEncoding(DelayedDeleteExprs[Idx++]); in ReadMismatchingDeleteExpressions()
8357 = SourceLocation::getFromRawEncoding(ReferencedSelectorsData[I++]); in ReadReferencedSelectors()
8374 = SourceLocation::getFromRawEncoding(WeakUndeclaredIdentifiers[I++]); in ReadWeakUndeclaredIdentifiers()
8387 VT.Location = SourceLocation::getFromRawEncoding(VTableUses[Idx++]); in ReadUsedVTables()
8400 = SourceLocation::getFromRawEncoding(PendingInstantiations[Idx++]); in ReadPendingInstantiations()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp1401 return SourceLocation::getFromRawEncoding(Location); in getLocation()
H A DLexer.cpp592 SourceLocation FileLoc = SourceLocation::getFromRawEncoding(StartOffset); in ComputePreamble()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h525 static AlignPackInfo getFromRawEncoding(unsigned Encoding) { in getFromRawEncoding() function