Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTImporter.cpp8999 ExpectedSLoc ToIncludeLoc = Import(FromSLoc.getFile().getIncludeLoc()); in Import() local
9000 if (!ToIncludeLoc) in Import()
9001 return ToIncludeLoc.takeError(); in Import()
9008 SourceLocation ToIncludeLocOrFakeLoc = *ToIncludeLoc; in Import()