HomeSort by relevance Sort by last modified time
    Searched refs:AllowBind (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 263 : AllowBind(false),
293 void setAllowBind(bool AB) { AllowBind = AB; }
374 : AllowBind(false),
379 bool AllowBind;
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 210 if (!AllowBind) return llvm::None;

Completed in 36 milliseconds