Home
last modified time | relevance | path

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

12

/external/clang/include/clang/Sema/
DDesignator.h81 return SourceLocation::getFromRawEncoding(FieldInfo.DotLoc); in getDotLoc()
86 return SourceLocation::getFromRawEncoding(FieldInfo.NameLoc); in getFieldLoc()
107 return SourceLocation::getFromRawEncoding(ArrayInfo.LBracketLoc); in getLBracketLoc()
109 return SourceLocation::getFromRawEncoding(ArrayRangeInfo.LBracketLoc); in getLBracketLoc()
116 return SourceLocation::getFromRawEncoding(ArrayInfo.RBracketLoc); in getRBracketLoc()
118 return SourceLocation::getFromRawEncoding(ArrayRangeInfo.RBracketLoc); in getRBracketLoc()
123 return SourceLocation::getFromRawEncoding(ArrayRangeInfo.EllipsisLoc); in getEllipsisLoc()
DDeclSpec.h1337 return SourceLocation::getFromRawEncoding(LParenLoc); in getLParenLoc()
1341 return SourceLocation::getFromRawEncoding(EllipsisLoc); in getEllipsisLoc()
1345 return SourceLocation::getFromRawEncoding(RParenLoc); in getRParenLoc()
1349 return SourceLocation::getFromRawEncoding(ExceptionSpecLocBeg); in getExceptionSpecLocBeg()
1353 return SourceLocation::getFromRawEncoding(ExceptionSpecLocEnd); in getExceptionSpecLocEnd()
1362 return SourceLocation::getFromRawEncoding(RefQualifierLoc); in getRefQualifierLoc()
1367 return SourceLocation::getFromRawEncoding(ConstQualifierLoc); in getConstQualifierLoc()
1372 return SourceLocation::getFromRawEncoding(VolatileQualifierLoc); in getVolatileQualifierLoc()
1377 return SourceLocation::getFromRawEncoding(RestrictQualifierLoc); in getRestrictQualifierLoc()
1382 return SourceLocation::getFromRawEncoding(MutableLoc); in getMutableLoc()
DInitialization.h395 return SourceLocation::getFromRawEncoding(LocAndNRVO.Location); in getReturnLoc()
402 return SourceLocation::getFromRawEncoding(LocAndNRVO.Location); in getThrowLoc()
428 return SourceLocation::getFromRawEncoding(Capture.Location); in getCaptureLoc()
/external/clang/tools/libclang/
DCXSourceLocation.h67 return SourceLocation::getFromRawEncoding(L.int_data); in translateSourceLocation()
71 return SourceRange(SourceLocation::getFromRawEncoding(R.begin_int_data), in translateCXSourceRange()
72 SourceLocation::getFromRawEncoding(R.end_int_data)); in translateCXSourceRange()
DCXSourceLocation.cpp211 SourceLocation::getFromRawEncoding(location.int_data); in clang_Location_isInSystemHeader()
222 SourceLocation::getFromRawEncoding(location.int_data); in clang_Location_isFromMainFile()
241 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data); in clang_getExpansionLocation()
283 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data); in clang_getPresumedLocation()
323 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data); in clang_getSpellingLocation()
360 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data); in clang_getFileLocation()
DIndexing.cpp962 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data); in clang_indexLoc_getFileLocation()
972 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data); in clang_indexLoc_getCXSourceLocation()
DCIndex.cpp1881 return SourceLocation::getFromRawEncoding((unsigned)(uintptr_t) data[1]); in getLoc()
3018 Pieces.push_back(SourceLocation::getFromRawEncoding( in buildPieces()
3020 Pieces.push_back(SourceLocation::getFromRawEncoding( in buildPieces()
5994 SourceLocation Loc = SourceLocation::getFromRawEncoding(CXTok.int_data[1]); in clang_getTokenSpelling()
6017 SourceLocation::getFromRawEncoding(CXTok.int_data[1])); in clang_getTokenLocation()
6031 SourceLocation::getFromRawEncoding(CXTok.int_data[1])); in clang_getTokenExtent()
6191 return SourceLocation::getFromRawEncoding(getTok(tokI).int_data[1]); in GetTokenLoc()
6197 return SourceLocation::getFromRawEncoding(getTok(tokI).int_data[3]); in getFunctionMacroTokenLoc()
6574 return SourceLocation::getFromRawEncoding(getTok(tokI).int_data[1]); in getTokenLoc()
6643 SourceLocation::getFromRawEncoding(Tokens[TokIdx].int_data[1])); in annotatePreprocessorTokens()
[all …]
/external/clang/include/clang/Basic/
DSourceLocation.h152 static SourceLocation getFromRawEncoding(unsigned Encoding) { in getFromRawEncoding() function
172 return getFromRawEncoding((unsigned)(uintptr_t)Encoding); in getFromPtrEncoding()
431 return clang::SourceLocation::getFromRawEncoding((unsigned)(uintptr_t)P);
DSourceManager.h277 return SourceLocation::getFromRawEncoding(IncludeLoc); in getIncludeLoc()
317 return SourceLocation::getFromRawEncoding(SpellingLoc); in getSpellingLoc()
320 return SourceLocation::getFromRawEncoding(ExpansionLocStart); in getExpansionLocStart()
324 SourceLocation::getFromRawEncoding(ExpansionLocEnd); in getExpansionLocEnd()
335 SourceLocation::getFromRawEncoding(ExpansionLocEnd).isInvalid(); in isMacroArgExpansion()
340 SourceLocation::getFromRawEncoding(ExpansionLocEnd).isValid(); in isMacroBodyExpansion()
/external/clang/include/clang/Lex/
DToken.h124 return SourceLocation::getFromRawEncoding(Loc); in getLocation()
139 return SourceLocation::getFromRawEncoding(UintData ? UintData : Loc); in getAnnotationEndLoc()
/external/clang/include/clang/AST/
DDeclarationName.h489 SourceLocation::getFromRawEncoding(LocInfo.CXXOperatorName.BeginOpNameLoc), in getCXXOperatorNameRange()
490 SourceLocation::getFromRawEncoding(LocInfo.CXXOperatorName.EndOpNameLoc) in getCXXOperatorNameRange()
507 getFromRawEncoding(LocInfo.CXXLiteralOperatorName.OpNameLoc); in getCXXLiteralOperatorNameLoc()
DDependentDiagnostic.h74 return SourceLocation::getFromRawEncoding(AccessData.Loc); in getAccessLoc()
DTemplateBase.h417 return SourceLocation::getFromRawEncoding(Template.TemplateNameLoc); in getTemplateNameLoc()
421 return SourceLocation::getFromRawEncoding(Template.EllipsisLoc); in getTemplateEllipsisLoc()
DExpr.h4097 return SourceLocation::getFromRawEncoding(Field.DotLoc); in getDotLoc()
4102 return SourceLocation::getFromRawEncoding(Field.FieldLoc); in getFieldLoc()
4108 return SourceLocation::getFromRawEncoding(ArrayOrRange.LBracketLoc); in getLBracketLoc()
4114 return SourceLocation::getFromRawEncoding(ArrayOrRange.RBracketLoc); in getRBracketLoc()
4120 return SourceLocation::getFromRawEncoding(ArrayOrRange.EllipsisLoc); in getEllipsisLoc()
DDeclObjC.h672 return SourceLocation::getFromRawEncoding(Brackets.Begin); in getLAngleLoc()
675 return SourceLocation::getFromRawEncoding(Brackets.End); in getRAngleLoc()
/external/clang/include/clang/Serialization/
DASTBitCodes.h179 return SourceLocation::getFromRawEncoding(Begin); in getBegin()
182 return SourceLocation::getFromRawEncoding(End); in getEnd()
201 return SourceLocation::getFromRawEncoding(Loc); in getLocation()
DASTWriter.h339 return SourceLocation::getFromRawEncoding(Loc); in getLoc()
/external/clang/lib/AST/
DDeclarationName.cpp587 return SourceLocation::getFromRawEncoding(raw); in getEndLoc()
592 return SourceLocation::getFromRawEncoding(raw); in getEndLoc()
DNestedNameSpecifier.cpp384 return SourceLocation::getFromRawEncoding(Raw); in LoadSourceLocation()
DExpr.cpp3630 StartLoc = SourceLocation::getFromRawEncoding(First.Field.FieldLoc); in getLocStart()
3632 StartLoc = SourceLocation::getFromRawEncoding(First.Field.DotLoc); in getLocStart()
3635 SourceLocation::getFromRawEncoding(First.ArrayOrRange.LBracketLoc); in getLocStart()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp212 SourceLocation Loc = SourceLocation::getFromRawEncoding(LocCookie); in InlineAsmDiagHandler()
395 SourceLocation::getFromRawEncoding(D.getLocCookie()); in InlineAsmDiagHandler()
/external/clang/lib/ARCMigrate/
DTransProperties.cpp134 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first); in doTransform()
DTransGCAttrs.cpp319 SourceLocation AtLoc = SourceLocation::getFromRawEncoding(I->first); in checkAllProps()
/external/clang/lib/Sema/
DSemaType.cpp2731 SourceLocation::getFromRawEncoding(PTI.ConstQualLoc), in diagnoseRedundantReturnTypeQualifiers()
2732 SourceLocation::getFromRawEncoding(PTI.VolatileQualLoc), in diagnoseRedundantReturnTypeQualifiers()
2733 SourceLocation::getFromRawEncoding(PTI.RestrictQualLoc), in diagnoseRedundantReturnTypeQualifiers()
2734 SourceLocation::getFromRawEncoding(PTI.AtomicQualLoc), in diagnoseRedundantReturnTypeQualifiers()
2735 SourceLocation::getFromRawEncoding(PTI.UnalignedQualLoc)); in diagnoseRedundantReturnTypeQualifiers()
5123 Loc = SourceLocation::getFromRawEncoding(Chunk.Ptr.AtomicQualLoc); in fillAtomicQualLoc()
/external/clang/lib/Serialization/
DASTReader.cpp2829 F.FirstLoc = SourceLocation::getFromRawEncoding(F.SLocEntryBaseOffset); in ReadASTBlock()
7238 SourceLocation::getFromRawEncoding(UndefinedButUsed[Idx++]); in ReadUndefinedButUsed()
7251 SourceLocation::getFromRawEncoding(DelayedDeleteExprs[Idx++]); in ReadMismatchingDeleteExpressions()
7324 = SourceLocation::getFromRawEncoding(ReferencedSelectorsData[I++]); in ReadReferencedSelectors()
7341 = SourceLocation::getFromRawEncoding(WeakUndeclaredIdentifiers[I++]); in ReadWeakUndeclaredIdentifiers()
7354 VT.Location = SourceLocation::getFromRawEncoding(VTableUses[Idx++]); in ReadUsedVTables()
7367 = SourceLocation::getFromRawEncoding(PendingInstantiations[Idx++]); in ReadPendingInstantiations()

12