Lines Matching refs:FileIDAndOffset

270   FileIDAndOffset LocInfo = getDecomposedExpansionLoc(Loc);  in AddLineNote()
911 FileIDAndOffset LocInfo = getDecomposedLoc(Loc); in getSpellingLocSlowCase()
928 FileIDAndOffset SourceManager::getDecomposedExpansionLocSlowCase( in getDecomposedExpansionLocSlowCase()
945 FileIDAndOffset
969 FileIDAndOffset LocInfo = getDecomposedLoc(Loc); in getImmediateSpellingLoc()
1041 FileIDAndOffset DecompLoc = getDecomposedLoc(Loc); in isAtStartOfImmediateMacroExpansion()
1118 FileIDAndOffset LocInfo = getDecomposedSpellingLoc(SL); in getCharacterData()
1197 FileIDAndOffset LocInfo = getDecomposedSpellingLoc(Loc); in getSpellingColumnNumber()
1204 FileIDAndOffset LocInfo = getDecomposedExpansionLoc(Loc); in getExpansionColumnNumber()
1405 FileIDAndOffset LocInfo = getDecomposedSpellingLoc(Loc); in getSpellingLineNumber()
1411 FileIDAndOffset LocInfo = getDecomposedExpansionLoc(Loc); in getExpansionLineNumber()
1432 FileIDAndOffset LocInfo = getDecomposedExpansionLoc(Loc); in getFileCharacteristic()
1481 FileIDAndOffset LocInfo = getDecomposedExpansionLoc(Loc); in getPresumedLoc()
1556 FileIDAndOffset LocInfo = getDecomposedExpansionLoc(Loc); in isInMainFile()
1908 FileIDAndOffset SourceManager::getDecomposedIncludedLoc(FileID FID) const { in getDecomposedIncludedLoc()
1914 using DecompTy = FileIDAndOffset; in getDecomposedIncludedLoc()
1955 const FileIDAndOffset &LOffs, const FileIDAndOffset &ROffs) const { in isInTheSameTranslationUnitImpl()
1980 static bool MoveUpTranslationUnitIncludeHierarchy(FileIDAndOffset &Loc, in MoveUpTranslationUnitIncludeHierarchy()
1982 FileIDAndOffset UpperLoc = SM.getDecomposedIncludedLoc(Loc.first); in MoveUpTranslationUnitIncludeHierarchy()
2028 FileIDAndOffset LOffs = getDecomposedLoc(LHS); in isBeforeInTranslationUnit()
2029 FileIDAndOffset ROffs = getDecomposedLoc(RHS); in isBeforeInTranslationUnit()
2045 SourceManager::isInTheSameTranslationUnit(FileIDAndOffset &LOffs, in isInTheSameTranslationUnit()
2046 FileIDAndOffset &ROffs) const { in isInTheSameTranslationUnit()
2073 FileIDAndOffset DecomposedLoc; // FileID redundant, but clearer. in isInTheSameTranslationUnit()