![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Additional Inherited Members | |
| Public Attributes inherited from Parser | |
| Symbols | symbols |
| qsizetype | index = 0 |
| bool | displayWarnings = true |
| bool | displayNotes = true |
| bool | activeQtMode = false |
| bool | qmlMacroWarningIsFatal = false |
| QList< IncludePath > | includes |
| std::stack< QByteArray, QByteArrayList > | currentFilenames |
| QList< Function > | m_functions |
| QList< Point > | m_points |
| QList< Replace > | m_replaces |
| QList< QString > | m_prefixes |
| QList< QString > | m_metadata |
| QList< LineNumber > | m_offsets |
| QList< QString > | m_includeDirs |
| QString | m_provider |
Definition at line 767 of file preprocessor.cpp.
| int PP_Expression::additive_expression | ( | ) |
Definition at line 886 of file preprocessor.cpp.
References additive_expression(), and multiplicative_expression().
Referenced by additive_expression(), and shift_expression().
| int PP_Expression::additive_expression | ( | ) |
| int PP_Expression::AND_expression | ( | ) |
Definition at line 832 of file preprocessor.cpp.
References AND_expression(), and equality_expression().
Referenced by AND_expression(), and exclusive_OR_expression().
| int PP_Expression::AND_expression | ( | ) |
| int PP_Expression::conditional_expression | ( | ) |
Definition at line 789 of file preprocessor.cpp.
References conditional_expression(), and logical_OR_expression().
Referenced by conditional_expression(), primary_expression(), and value().
| int PP_Expression::conditional_expression | ( | ) |
| int PP_Expression::equality_expression | ( | ) |
Definition at line 840 of file preprocessor.cpp.
References equality_expression(), and relational_expression().
Referenced by AND_expression(), and equality_expression().
| int PP_Expression::equality_expression | ( | ) |
| int PP_Expression::exclusive_OR_expression | ( | ) |
Definition at line 824 of file preprocessor.cpp.
References AND_expression(), and exclusive_OR_expression().
Referenced by exclusive_OR_expression(), and inclusive_OR_expression().
| int PP_Expression::exclusive_OR_expression | ( | ) |
| int PP_Expression::inclusive_OR_expression | ( | ) |
Definition at line 816 of file preprocessor.cpp.
References exclusive_OR_expression(), and inclusive_OR_expression().
Referenced by inclusive_OR_expression(), and logical_AND_expression().
| int PP_Expression::inclusive_OR_expression | ( | ) |
| int PP_Expression::logical_AND_expression | ( | ) |
Definition at line 808 of file preprocessor.cpp.
References inclusive_OR_expression(), and logical_AND_expression().
Referenced by logical_AND_expression(), and logical_OR_expression().
| int PP_Expression::logical_AND_expression | ( | ) |
| int PP_Expression::logical_OR_expression | ( | ) |
Definition at line 800 of file preprocessor.cpp.
References logical_AND_expression(), and logical_OR_expression().
Referenced by conditional_expression(), and logical_OR_expression().
| int PP_Expression::logical_OR_expression | ( | ) |
| int PP_Expression::multiplicative_expression | ( | ) |
Definition at line 900 of file preprocessor.cpp.
References multiplicative_expression(), and unary_expression().
Referenced by additive_expression(), and multiplicative_expression().
| int PP_Expression::multiplicative_expression | ( | ) |
| int PP_Expression::primary_expression | ( | ) |
Definition at line 962 of file preprocessor.cpp.
References conditional_expression().
Referenced by unary_expression().
| int PP_Expression::primary_expression | ( | ) |
| bool PP_Expression::primary_expression_lookup | ( | ) |
Definition at line 978 of file preprocessor.cpp.
Referenced by unary_expression_lookup().
| bool PP_Expression::primary_expression_lookup | ( | ) |
| int PP_Expression::relational_expression | ( | ) |
Definition at line 854 of file preprocessor.cpp.
References relational_expression(), and shift_expression().
Referenced by equality_expression(), and relational_expression().
| int PP_Expression::relational_expression | ( | ) |
| int PP_Expression::shift_expression | ( | ) |
Definition at line 872 of file preprocessor.cpp.
References additive_expression(), and shift_expression().
Referenced by relational_expression(), and shift_expression().
| int PP_Expression::shift_expression | ( | ) |
| int PP_Expression::unary_expression | ( | ) |
Definition at line 930 of file preprocessor.cpp.
References primary_expression(), and unary_expression().
Referenced by multiplicative_expression(), and unary_expression().
| int PP_Expression::unary_expression | ( | ) |
| bool PP_Expression::unary_expression_lookup | ( | ) |
Definition at line 951 of file preprocessor.cpp.
References primary_expression_lookup().
Referenced by value().
| bool PP_Expression::unary_expression_lookup | ( | ) |
|
inline |
Definition at line 770 of file preprocessor.cpp.
References conditional_expression(), and unary_expression_lookup().
Referenced by Preprocessor::evaluateCondition().
|
inline |
Definition at line 770 of file preprocessor.cpp.