Home
last modified time | relevance | path

Searched defs:getExplicitSpecifier (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h1930 ExplicitSpecifier getExplicitSpecifier() { return ExplicitSpec; } in getExplicitSpecifier() function
1931 const ExplicitSpecifier getExplicitSpecifier() const { return ExplicitSpec; } in getExplicitSpecifier() function
2522 ExplicitSpecifier getExplicitSpecifier() { in getExplicitSpecifier() function
2525 const ExplicitSpecifier getExplicitSpecifier() const { in getExplicitSpecifier() function
2805 ExplicitSpecifier getExplicitSpecifier() { in getExplicitSpecifier() function
2809 const ExplicitSpecifier getExplicitSpecifier() const { in getExplicitSpecifier() function
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h594 ExplicitSpecifier getExplicitSpecifier() const { in getExplicitSpecifier() function