HomeSort by relevance Sort by last modified time
    Searched refs:HasFunScope (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Parse/
ParseOpenMP.cpp 369 bool HasFunScope = false;
393 HasFunScope = D->isFunctionOrFunctionTemplate();
395 HasFunScope);
396 if (HasFunScope)
400 if (HasFunScope) {
    [all...]
ParseDecl.cpp     [all...]

Completed in 63 milliseconds