Home
last modified time | relevance | path

Searched refs:setFunctionSpecExplicit (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp822 bool DeclSpec::setFunctionSpecExplicit(SourceLocation Loc, in setFunctionSpecExplicit() function in DeclSpec
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h679 bool setFunctionSpecExplicit(SourceLocation Loc, const char *&PrevSpec,
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp3064 isInvalid = DS.setFunctionSpecExplicit(Loc, PrevSpec, DiagID); in ParseDeclarationSpecifiers()