Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dtarget.h475 bool CheckSourceSetLanguages(Err* err) const;
Dtarget.cc514 if (!CheckSourceSetLanguages(err)) in OnResolved()
1144 bool Target::CheckSourceSetLanguages(Err* err) const { in CheckSourceSetLanguages() function in Target