HomeSort by: relevance | last modified time | path
    Searched refs:findAll (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ExprMutationAnalyzer.cpp 187 match(findAll(declRefExpr(to(equalsNode(Dec))).bind(NodeID<Expr>::value)),
201 findAll(
366 findAll(stmt(anyOf(AsAssignmentLhs, AsIncDecOperand,
379 match(findAll(expr(anyOf(memberExpr(hasObjectExpression(
391 match(findAll(arraySubscriptExpr(
406 findAll(
418 findAll(
431 match(findAll(callExpr(callee(namedDecl(
449 findAll(stmt(cxxForRangeStmt(
479 match(findAll(stmt(cxxForRangeStmt(allOf
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
LoopWidening.cpp 71 findAll(stmt(hasDescendant(
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
MultiOnDiskHashTable.h 261 data_type findAll() {
ASTReader.cpp 7653 for (DeclID ID : It->second.Table.findAll()) {
  /src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
ASTSrcLocProcessor.cpp 152 findAll(
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h 3458 /// findAll(cxxRecordDecl(isDefinition()).bind("m")))
3464 internal::Matcher<T> findAll(const internal::Matcher<T> &Matcher) {

Completed in 37 milliseconds