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

  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaChecking.cpp 469 bool Sema::CheckBlockCall(NamedDecl *NDecl, CallExpr *TheCall) {
470 const VarDecl *V = dyn_cast<VarDecl>(NDecl);
480 i = NDecl->specific_attr_begin<FormatAttr>(),
481 e = NDecl->specific_attr_end<FormatAttr>(); i != e ; ++i) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 502 milliseconds