OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasParent
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ParentMap.h
54
bool
hasParent
(const Stmt *S) const { return getParent(S) != nullptr; }
/src/external/apache2/llvm/dist/clang/lib/Analysis/
ExprMutationAnalyzer.cpp
298
unless(
hasParent
(implicitCastExpr(hasCastKind(CK_NoOp)))),
302
unless(
hasParent
(arraySubscriptExpr())),
524
hasParent
(declStmt().bind("stmt")),
527
unless(
hasParent
(declStmt(
hasParent
(
CalledOnceCheck.cpp
1282
ReturnChildren->
hasParent
(SuspiciousStmt));
/src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
Registry.cpp
330
REGISTER_MATCHER(
hasParent
);
/src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp
1004
hasParent
= {};
/src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h
3475
/// \c compoundStmt(
hasParent
(ifStmt())) matches "{ int x = 43; }".
3482
hasParent
;
7469
integerLiteral(equals(0),
hasParent
(expr(hasType(pointerType())))));
Completed in 111 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026