Searched defs:IsAddressOfOperand (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Parse/
H A DParser.cpp1348 /// \param IsAddressOfOperand Must be \c true if the name is preceded by an '&'
1353 Parser::TryAnnotateName(bool IsAddressOfOperand, argument
1394 IsAddressOfOperand, SS.isEmpty() ? CCC : 0);
/external/clang/lib/Sema/
H A DSemaDecl.cpp598 bool IsAddressOfOperand,
755 NameInfo, IsAddressOfOperand,
593 ClassifyName(Scope *S, CXXScopeSpec &SS, IdentifierInfo *&Name, SourceLocation NameLoc, const Token &NextToken, bool IsAddressOfOperand, CorrectionCandidateCallback *CCC) argument
H A DTreeTransform.h599 bool IsAddressOfOperand);
2174 bool IsAddressOfOperand) {
2183 IsAddressOfOperand);
8032 return TransformDependentScopeDeclRefExpr(E, /*IsAddressOfOperand*/false);
8039 bool IsAddressOfOperand) {
8067 IsAddressOfOperand);
8080 IsAddressOfOperand);
2169 RebuildDependentScopeDeclRefExpr( NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &NameInfo, const TemplateArgumentListInfo *TemplateArgs, bool IsAddressOfOperand) argument
8037 TransformDependentScopeDeclRefExpr( DependentScopeDeclRefExpr *E, bool IsAddressOfOperand) argument
H A DSemaExpr.cpp1881 bool IsAddressOfOperand,
1884 assert(!(IsAddressOfOperand && HasTrailingLParen) &&
1926 IsAddressOfOperand, TemplateArgs);
1945 IsAddressOfOperand, TemplateArgs);
1954 IsAddressOfOperand, TemplateArgs);
1996 IsAddressOfOperand, TemplateArgs);
2054 if (!IsAddressOfOperand)
2096 bool IsAddressOfOperand) {
2125 if (!R.empty() && (*R.begin())->isCXXClassMember() && !IsAddressOfOperand)
1876 ActOnIdExpression(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Id, bool HasTrailingLParen, bool IsAddressOfOperand, CorrectionCandidateCallback *CCC, bool IsInlineAsmIdentifier) argument
2094 BuildQualifiedDeclarationNameExpr(CXXScopeSpec &SS, const DeclarationNameInfo &NameInfo, bool IsAddressOfOperand) argument

Completed in 1490 milliseconds