OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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 285 milliseconds