OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isConversionFromLambda
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h
593
bool
isConversionFromLambda
() const {
598
return BD->
isConversionFromLambda
();
604
assert(
isConversionFromLambda
());
615
if (!
isConversionFromLambda
())
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h
244
if (cast<BlockDecl>(Parent)->
isConversionFromLambda
())
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp
440
!cast<BlockCall>(Call).
isConversionFromLambda
()) {
CallEvent.cpp
868
if (
isConversionFromLambda
()) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.cpp
806
bool isLambdaConv = blockInfo.getBlockDecl()->
isConversionFromLambda
();
927
if (blockDecl->
isConversionFromLambda
()) {
971
if (blockDecl->
isConversionFromLambda
()) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h
4257
bool
isConversionFromLambda
() const {
4258
return BlockDeclBits.
IsConversionFromLambda
;
4262
BlockDeclBits.
IsConversionFromLambda
= val;
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp
1181
Record.push_back(D->
isConversionFromLambda
());
Completed in 70 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026