Searched defs:LocalOnly (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2666 PerformPendingInstantiations(/*LocalOnly=*/true);
3422 void Sema::PerformPendingInstantiations(bool LocalOnly) { argument
3424 if (!LocalOnly && ExternalSource) {
3432 (!LocalOnly && !PendingInstantiations.empty())) {

Completed in 25 milliseconds