Home
last modified time | relevance | path

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

/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h320 : AllowBind(false), in DynTypedMatcher()
350 void setAllowBind(bool AB) { AllowBind = AB; } in setAllowBind()
431 : AllowBind(false), in DynTypedMatcher()
436 bool AllowBind; variable
/external/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp211 if (!AllowBind) return llvm::None; in tryBind()