OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PassDirection
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/AST/
Comment.h
155
/// Parameter passing direction, see ParamCommandComment::
PassDirection
.
741
enum
PassDirection
{
747
static const char *getDirectionAsString(
PassDirection
D);
749
PassDirection
getDirection() const LLVM_READONLY {
750
return static_cast<
PassDirection
>(ParamCommandCommentBits.Direction);
757
void setDirection(
PassDirection
Direction, bool Explicit) {
/external/clang/lib/AST/
Comment.cpp
117
const char *ParamCommandComment::getDirectionAsString(
PassDirection
D) {
126
llvm_unreachable("unknown
PassDirection
");
CommentSema.cpp
218
/// \brief Turn a string into the corresponding
PassDirection
or -1 if it's not
245
(ParamCommandComment::
PassDirection
)Direction);
253
Command->setDirection((ParamCommandComment::
PassDirection
)Direction,
[
all
...]
/external/clang/unittests/AST/
CommentParser.cpp
187
ParamCommandComment::
PassDirection
Direction,
[
all
...]
Completed in 60 milliseconds