/netbsd-src/external/apache2/llvm/dist/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 | 980 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 D | CIndex.cpp | 169 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 D | CXIndexDataConsumer.cpp | 993 Loc = SourceLocation::getFromRawEncoding(baseInfo->loc.int_data); in handleCXXRecordDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | SourceLocation.h | 154 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 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 | 373 return SourceLocation::getFromRawEncoding(Loc); in getLoc()
|
H A D | ASTReader.h | 2134 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 D | Token.h | 127 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 D | DeclarationName.h | 704 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 D | TestSupport.cpp | 317 Lexer Lex(SourceLocation::getFromRawEncoding(0), LangOpts, Source.begin(), in findTestSelectionRanges()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 513 SourceLocation::getFromRawEncoding(DI.getLocCookie()); in SrcMgrDiagHandler() 548 SourceLocation::getFromRawEncoding(D.getLocCookie()); in InlineAsmDiagHandler()
|
H A D | CGOpenMPRuntime.cpp | 12038 CGF, SourceLocation::getFromRawEncoding(LocEncoding)); in getAddressOfLocalVariable()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | NestedNameSpecifier.cpp | 398 return SourceLocation::getFromRawEncoding(Raw); in LoadSourceLocation()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 3420 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 D | ModuleMap.cpp | 1401 return SourceLocation::getFromRawEncoding(Location); in getLocation()
|
H A D | Lexer.cpp | 592 SourceLocation FileLoc = SourceLocation::getFromRawEncoding(StartOffset); in ComputePreamble()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 525 static AlignPackInfo getFromRawEncoding(unsigned Encoding) { in getFromRawEncoding() function
|