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

  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 553 if (LE->hasExplicitParameters()) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtPrinter.cpp 2024 if (Node->hasExplicitParameters()) {
ASTImporter.cpp 7864 E->hasExplicitParameters(),
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h 2069 bool hasExplicitParameters() const { return LambdaExprBits.ExplicitParams; }
RecursiveASTVisitor.h 2536 if (S->hasExplicitParameters()) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 3333 if (E->hasExplicitParameters()) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 12776 E->hasExplicitParameters(),

Completed in 41 milliseconds