Home
last modified time | relevance | path

Searched refs:ExtendWithDeclSpec (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Parse/
DParseDecl.cpp3280 D.ExtendWithDeclSpec(DS); in ParseDeclaratorInternal()
3316 D.ExtendWithDeclSpec(DS); in ParseDeclaratorInternal()
3351 D.ExtendWithDeclSpec(DS); in ParseDeclaratorInternal()
/external/clang/include/clang/Sema/
DDeclSpec.h1486 void ExtendWithDeclSpec(const DeclSpec &DS) { in ExtendWithDeclSpec() function