HomeSort by relevance Sort by last modified time
    Searched defs:ExternLoc (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Parse/
Parser.cpp 742 SourceLocation ExternLoc = ConsumeToken();
744 Diag(ExternLoc, getLangOpts().CPlusPlus11 ?
746 diag::ext_extern_template) << SourceRange(ExternLoc, TemplateLoc);
750 ExternLoc, TemplateLoc, DeclEnd));
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]
DeclCXX.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 262 milliseconds