reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaOpenMP.cpp
16290   SourceRange SR = E ? E->getSourceRange() : D->getSourceRange();
16290   SourceRange SR = E ? E->getSourceRange() : D->getSourceRange();
16291   SourceLocation SL = E ? E->getBeginLoc() : D->getLocation();
16291   SourceLocation SL = E ? E->getBeginLoc() : D->getLocation();
16328     if ((E || !VD->getType()->isIncompleteType()) &&
16331     if (!E && !OMPDeclareTargetDeclAttr::isDeclareTargetDeclaration(VD)) {
16345   if (!E)
16347   checkDeclInTargetContext(E->getExprLoc(), E->getSourceRange(), *this, D);
16347   checkDeclInTargetContext(E->getExprLoc(), E->getSourceRange(), *this, D);