Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp9160 SourceLocation ToLocalBeginLoc, ToLocalEndLoc; in Import() local
9162 if (Error Err = importInto(ToLocalBeginLoc, NNS.getLocalBeginLoc())) in Import()
9172 Builder.Extend(getToContext(), Spec->getAsIdentifier(), ToLocalBeginLoc, in Import()
9177 Builder.Extend(getToContext(), Spec->getAsNamespace(), ToLocalBeginLoc, in Import()
9183 ToLocalBeginLoc, ToLocalEndLoc); in Import()
9195 Builder.Extend(getToContext(), ToLocalBeginLoc, TSI->getTypeLoc(), in Import()
9205 Builder.MakeGlobal(getToContext(), ToLocalBeginLoc); in Import()