| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CXSourceLocation.h | 66 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 D | CXSourceLocation.cpp | 202 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 D | Indexing.cpp | 982 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data); in clang_indexLoc_getFileLocation() 992 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data); in clang_indexLoc_getCXSourceLocation()
|
| H A D | CIndex.cpp | 170 SourceLocation::getFromRawEncoding(R.begin_int_data), in translateCXRangeToCharRange() 171 SourceLocation::getFromRawEncoding(R.end_int_data)); in translateCXRangeToCharRange() 2082 return SourceLocation::getFromRawEncoding( in getLoc() 7091 SourceLocation Loc = SourceLocation::getFromRawEncoding(CXTok.int_data[1]); in clang_getTokenSpelling() 7115 SourceLocation::getFromRawEncoding(CXTok.int_data[1])); in clang_getTokenLocation() 7130 SourceLocation::getFromRawEncoding(CXTok.int_data[1])); in clang_getTokenExtent() 7326 return SourceLocation::getFromRawEncoding(getTok(tokI).int_data[1]); in GetTokenLoc() 7332 return SourceLocation::getFromRawEncoding(getTok(tokI).int_data[3]); in getFunctionMacroTokenLoc() 7827 return SourceLocation::getFromRawEncoding(getTok(tokI).int_data[1]); in getTokenLoc() 7894 SourceLocation::getFromRawEncoding(Tokens[TokIdx].int_data[1])); in annotatePreprocessorTokens() [all …]
|
| H A D | CXIndexDataConsumer.cpp | 1006 Loc = SourceLocation::getFromRawEncoding(baseInfo->loc.int_data); in handleCXXRecordDecl()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Serialization/ |
| H A D | SourceLocationEncoding.h | 128 return SourceLocation::getFromRawEncoding(decodeRaw(Encoded)); in decode() 159 : SourceLocation::getFromRawEncoding(decodeRaw(Encoded)); in decode()
|
| H A D | ASTBitCodes.h | 192 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 D | ASTWriter.h | 361 return SourceLocation::getFromRawEncoding(Loc); in getLoc()
|
| H A D | ASTReader.h | 2183 return Sema::AlignPackInfo::getFromRawEncoding(Raw); in ReadAlignPackInfo()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | SourceLocation.h | 152 static SourceLocation getFromRawEncoding(UIntTy Encoding) { 172 return getFromRawEncoding((SourceLocation::UIntTy)(uintptr_t)Encoding); 498 return clang::SourceLocation::getFromRawEncoding(~Zero); 503 return clang::SourceLocation::getFromRawEncoding(~Zero - 1);
|
| /openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
| H A D | Token.h | 127 return SourceLocation::getFromRawEncoding(Loc); in getLocation() 142 return SourceLocation::getFromRawEncoding(UintData ? UintData : Loc); in getAnnotationEndLoc()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | DeclarationName.h | 713 return SourceLocation::getFromRawEncoding(CXXOperatorName.BeginOpNameLoc); in getCXXOperatorNameBeginLoc() 718 return SourceLocation::getFromRawEncoding(CXXOperatorName.EndOpNameLoc); in getCXXOperatorNameEndLoc() 733 return SourceLocation::getFromRawEncoding(CXXLiteralOperatorName.OpNameLoc); in getCXXLiteralOperatorNameLoc()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 573 SourceLocation::getFromRawEncoding(DI.getLocCookie()); in SrcMgrDiagHandler() 607 SourceLocation::getFromRawEncoding(D.getLocCookie()); in InlineAsmDiagHandler() 845 SourceLocation::getFromRawEncoding(D.getLocCookie()); in DontCallDiagHandler()
|
| H A D | CGOpenMPRuntime.cpp | 11829 CGF, SourceLocation::getFromRawEncoding(LocEncoding)); in getAddressOfLocalVariable()
|
| /openbsd-src/gnu/llvm/clang/tools/clang-refactor/ |
| H A D | TestSupport.cpp | 318 Lexer Lex(SourceLocation::getFromRawEncoding(0), LangOpts, Source.begin(), in findTestSelectionRanges()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | NestedNameSpecifier.cpp | 399 return SourceLocation::getFromRawEncoding(Raw); in LoadSourceLocation()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 3461 F.FirstLoc = SourceLocation::getFromRawEncoding(F.SLocEntryBaseOffset); in ReadASTBlock() 8377 SourceLocation::getFromRawEncoding(UndefinedButUsed[Idx++]); in ReadUndefinedButUsed() 8390 SourceLocation::getFromRawEncoding(DelayedDeleteExprs[Idx++]); in ReadMismatchingDeleteExpressions() 8473 = SourceLocation::getFromRawEncoding(ReferencedSelectorsData[I++]); in ReadReferencedSelectors() 8490 SourceLocation::getFromRawEncoding(WeakUndeclaredIdentifiers[I++]); in ReadWeakUndeclaredIdentifiers() 8501 VT.Location = SourceLocation::getFromRawEncoding(VTableUses[Idx++]); in ReadUsedVTables() 8514 = SourceLocation::getFromRawEncoding(PendingInstantiations[Idx++]); in ReadPendingInstantiations()
|
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 1456 return SourceLocation::getFromRawEncoding(Location); in getLocation()
|
| H A D | Lexer.cpp | 595 SourceLocation FileLoc = SourceLocation::getFromRawEncoding(StartOffset); in ComputePreamble()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 524 static AlignPackInfo getFromRawEncoding(unsigned Encoding) { in getFromRawEncoding() function
|