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 320 : AllowBind(false),
350 void setAllowBind(bool AB) { AllowBind = AB; }
431 : AllowBind(false),
436 bool AllowBind;
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 211 if (!AllowBind) return llvm::None;

Completed in 174 milliseconds