Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp10333 ExpectedSLoc ToIncludeLoc = Import(FromSLoc.getFile().getIncludeLoc()); in Import() local
10334 if (!ToIncludeLoc) in Import()
10335 return ToIncludeLoc.takeError(); in Import()
10342 SourceLocation ToIncludeLocOrFakeLoc = *ToIncludeLoc; in Import()