OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SourceExpr
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
1127
Expr *
SourceExpr
;
1131
ExprObjectKind OK = OK_Ordinary, Expr *
SourceExpr
= nullptr)
1132
: Expr(OpaqueValueExprClass, T, VK, OK),
SourceExpr
(
SourceExpr
) {
1150
return
SourceExpr
?
SourceExpr
->getBeginLoc() : getLocation();
1153
return
SourceExpr
?
SourceExpr
->getEndLoc() : getLocation();
1156
return
SourceExpr
?
SourceExpr
->getExprLoc() : getLocation()
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp
11849
Expr*
SourceExpr
;
11869
AddressOfFunctionResolver(Sema &S, Expr *
SourceExpr
,
11871
: S(S),
SourceExpr
(
SourceExpr
), TargetType(TargetType),
11878
OvlExprInfo(OverloadExpr::find(
SourceExpr
)),
12057
if (completeFunctionType(S, FunDecl,
SourceExpr
->getBeginLoc(),
12133
SourceExpr
->getBeginLoc(), S.PDiag(),
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
2177
E->
SourceExpr
= Record.readSubExpr();
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
2857
if (Expr *
SourceExpr
= E->getSourceExpr())
2858
return Visit(
SourceExpr
);
Completed in 63 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026