HomeSort by: relevance | last modified time | path
    Searched refs:UnderlyingLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 1318 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc();
1319 TypeSourceInfo *NewTI = SemaRef.SubstType(TI, TemplateArgs, UnderlyingLoc,
1355 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc();
1358 UnderlyingLoc, DeclarationName());
SemaDecl.cpp 15183 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc();
15198 return Diag(UnderlyingLoc, diag::err_enum_invalid_underlying) << T;

Completed in 32 milliseconds