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 731 SourceLocation ExternLoc = ConsumeToken();
733 Diag(ExternLoc, getLangOpts().CPlusPlus11 ?
735 diag::ext_extern_template) << SourceRange(ExternLoc, TemplateLoc);
739 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 128 milliseconds