OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSemanticForm
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexBody.cpp
427
InitListExpr *SemaForm = S->isSemanticForm() ? S : S->
getSemanticForm
();
/src/external/apache2/llvm/dist/clang/lib/AST/
ComputeDependence.cpp
253
return E->
getSemanticForm
()->getDependence();
ExprClassification.cpp
321
Ctx, cast<CXXRewrittenBinaryOperator>(E)->
getSemanticForm
());
ExprCXX.cpp
67
const Expr *E =
getSemanticForm
()->IgnoreImplicit();
StmtProfile.cpp
1770
VisitExpr(S->
getSemanticForm
());
ExprConstant.cpp
7429
return StmtVisitorTy::Visit(E->
getSemanticForm
());
15210
return CheckICE(cast<CXXRewrittenBinaryOperator>(E)->
getSemanticForm
(),
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprComplex.cpp
287
return Visit(E->
getSemanticForm
());
CGExprAgg.cpp
161
Visit(E->
getSemanticForm
());
CGExpr.cpp
1313
return EmitLValue(cast<CXXRewrittenBinaryOperator>(E)->
getSemanticForm
());
CGExprScalar.cpp
844
return Visit(E->
getSemanticForm
());
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h
302
Expr *
getSemanticForm
() { return cast<Expr>(SemanticForm); }
303
const Expr *
getSemanticForm
() const { return cast<Expr>(SemanticForm); }
RecursiveASTVisitor.h
565
if (auto Sem = ILE->isSemanticForm() ? ILE : ILE->
getSemanticForm
()) \
2416
S->isSemanticForm() ? S : S->
getSemanticForm
(), Queue));
Expr.h
4708
/// form using method
getSemanticForm
().
4867
InitListExpr *
getSemanticForm
() const {
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp
1577
Record.AddStmt(E->
getSemanticForm
());
/src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h
10881
Expr *PossibleBinOps[] = {E->
getSemanticForm
(),
Completed in 99 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026