Home
last modified time | relevance | path

Searched refs:WalkUpFromIntegerLiteral (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/unittests/Tooling/RecursiveASTVisitorTests/
DCallbacksLeaf.cpp106 bool WalkUpFromIntegerLiteral(IntegerLiteral *IL) { in TEST() function in TEST::RecordingVisitor
108 RecordingVisitorBase::WalkUpFromIntegerLiteral(IL); in TEST()
210 bool WalkUpFromIntegerLiteral(IntegerLiteral *IL) { in TEST() function in TEST::RecordingVisitor
212 RecordingVisitorBase::WalkUpFromIntegerLiteral(IL); in TEST()
/external/llvm-project/clang/lib/Tooling/Syntax/
DBuildTree.cpp1093 bool WalkUpFromIntegerLiteral(IntegerLiteral *S) { in WalkUpFromIntegerLiteral() function in __anond1b8a9b20511::BuildTreeVisitor