Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp2040 PreferredType.enterSubscript(Actions, Tok.getLocation(), LHS.get()); in ParsePostfixExpressionSuffix()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h339 void enterSubscript(Sema &S, SourceLocation Tok, Expr *LHS);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp611 void PreferredTypeBuilder::enterSubscript(Sema &S, SourceLocation Tok, in enterSubscript() function in PreferredTypeBuilder