Home
last modified time | relevance | path

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

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