OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:varlist_empty
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/AST/
DeclOpenMP.h
71
bool
varlist_empty
() const { return NumVars == 0; }
function in class:clang::OMPThreadPrivateDecl
OpenMPClause.h
123
bool
varlist_empty
() const { return NumVars == 0; }
function in class:clang::OMPVarListClause
[
all
...]
/external/clang/lib/AST/
StmtPrinter.cpp
769
if (!Node->
varlist_empty
()) {
777
if (!Node->
varlist_empty
()) {
785
if (!Node->
varlist_empty
()) {
793
if (!Node->
varlist_empty
()) {
801
if (!Node->
varlist_empty
()) {
823
if (!Node->
varlist_empty
()) {
841
if (!Node->
varlist_empty
()) {
853
if (!Node->
varlist_empty
()) {
861
if (!Node->
varlist_empty
()) {
869
if (!Node->
varlist_empty
()) {
[
all
...]
DeclPrinter.cpp
[
all
...]
Completed in 63 milliseconds