Home
last modified time | relevance | path

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

/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h263 : AllowBind(false), in DynTypedMatcher()
293 void setAllowBind(bool AB) { AllowBind = AB; } in setAllowBind()
374 : AllowBind(false), in DynTypedMatcher()
379 bool AllowBind; variable
/external/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp210 if (!AllowBind) return llvm::None; in tryBind()