Home
last modified time | relevance | path

Searched refs:UpperLoc (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Basic/
DSourceManager.cpp1975 SourceLocation UpperLoc; in getDecomposedIncludedLoc() local
1980 UpperLoc = Entry.getExpansion().getExpansionLocStart(); in getDecomposedIncludedLoc()
1982 UpperLoc = Entry.getFile().getIncludeLoc(); in getDecomposedIncludedLoc()
1985 if (UpperLoc.isValid()) in getDecomposedIncludedLoc()
1986 DecompLoc = getDecomposedLoc(UpperLoc); in getDecomposedIncludedLoc()
1997 std::pair<FileID, unsigned> UpperLoc = SM.getDecomposedIncludedLoc(Loc.first); in MoveUpIncludeHierarchy() local
1998 if (UpperLoc.first.isInvalid()) in MoveUpIncludeHierarchy()
2001 Loc = UpperLoc; in MoveUpIncludeHierarchy()
/external/llvm-project/clang/lib/Basic/
DSourceManager.cpp1904 SourceLocation UpperLoc; in getDecomposedIncludedLoc() local
1909 UpperLoc = Entry.getExpansion().getExpansionLocStart(); in getDecomposedIncludedLoc()
1911 UpperLoc = Entry.getFile().getIncludeLoc(); in getDecomposedIncludedLoc()
1914 if (UpperLoc.isValid()) in getDecomposedIncludedLoc()
1915 DecompLoc = getDecomposedLoc(UpperLoc); in getDecomposedIncludedLoc()
1926 std::pair<FileID, unsigned> UpperLoc = SM.getDecomposedIncludedLoc(Loc.first); in MoveUpIncludeHierarchy() local
1927 if (UpperLoc.first.isInvalid()) in MoveUpIncludeHierarchy()
1930 Loc = UpperLoc; in MoveUpIncludeHierarchy()