Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp8652 SourceLocation ToLocalBeginLoc, ToLocalEndLoc; in Import() local
8654 if (Error Err = importInto(ToLocalBeginLoc, NNS.getLocalBeginLoc())) in Import()
8664 Builder.Extend(getToContext(), Spec->getAsIdentifier(), ToLocalBeginLoc, in Import()
8669 Builder.Extend(getToContext(), Spec->getAsNamespace(), ToLocalBeginLoc, in Import()
8675 ToLocalBeginLoc, ToLocalEndLoc); in Import()
8687 Builder.Extend(getToContext(), ToLocalBeginLoc, TSI->getTypeLoc(), in Import()
8697 Builder.MakeGlobal(getToContext(), ToLocalBeginLoc); in Import()