/external/clang/include/clang/ASTMatchers/Dynamic/ |
Registry.h | 116 /// matcher to the specified \c BindID. 121 StringRef BindID,
|
Parser.h | 75 /// \param BindID The ID to use to bind the matcher, or a null \c StringRef 85 StringRef BindID, 133 StringRef BindID,
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/ |
Registry.h | 122 /// matcher to the specified \c BindID. 127 StringRef BindID,
|
Parser.h | 75 /// \param BindID The ID to use to bind the matcher, or a null \c StringRef 85 StringRef BindID, 133 StringRef BindID,
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/ASTMatchers/Dynamic/ |
Registry.h | 122 /// matcher to the specified \c BindID. 127 StringRef BindID,
|
Parser.h | 77 /// \param BindID The ID to use to bind the matcher, or a null \c StringRef 87 StringRef BindID, 135 StringRef BindID,
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/ASTMatchers/Dynamic/ |
Registry.h | 122 /// matcher to the specified \c BindID. 127 StringRef BindID,
|
Parser.h | 77 /// \param BindID The ID to use to bind the matcher, or a null \c StringRef 87 StringRef BindID, 135 StringRef BindID,
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/ASTMatchers/Dynamic/ |
Registry.h | 122 /// matcher to the specified \c BindID. 127 StringRef BindID,
|
Parser.h | 77 /// \param BindID The ID to use to bind the matcher, or a null \c StringRef 87 StringRef BindID, 135 StringRef BindID,
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/ASTMatchers/Dynamic/ |
Registry.h | 122 /// matcher to the specified \c BindID. 127 StringRef BindID,
|
Parser.h | 77 /// \param BindID The ID to use to bind the matcher, or a null \c StringRef 87 StringRef BindID, 135 StringRef BindID,
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/ASTMatchers/Dynamic/ |
Registry.h | 122 /// matcher to the specified \c BindID. 127 StringRef BindID,
|
Parser.h | 77 /// \param BindID The ID to use to bind the matcher, or a null \c StringRef 87 StringRef BindID, 135 StringRef BindID,
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/ASTMatchers/Dynamic/ |
Registry.h | 122 /// matcher to the specified \c BindID. 127 StringRef BindID,
|
Parser.h | 77 /// \param BindID The ID to use to bind the matcher, or a null \c StringRef 87 StringRef BindID, 135 StringRef BindID,
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/ |
Registry.h | 122 /// matcher to the specified \c BindID. 127 StringRef BindID,
|
Parser.h | 75 /// \param BindID The ID to use to bind the matcher, or a null \c StringRef 85 StringRef BindID, 133 StringRef BindID,
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/ASTMatchers/Dynamic/ |
Registry.h | 122 /// matcher to the specified \c BindID. 127 StringRef BindID,
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/ASTMatchers/Dynamic/ |
Registry.h | 122 /// matcher to the specified \c BindID. 127 StringRef BindID,
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/ASTMatchers/Dynamic/ |
Registry.h | 122 /// matcher to the specified \c BindID. 127 StringRef BindID,
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/ASTMatchers/Dynamic/ |
Registry.h | 122 /// matcher to the specified \c BindID. 127 StringRef BindID,
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/ASTMatchers/Dynamic/ |
Registry.h | 122 /// matcher to the specified \c BindID. 127 StringRef BindID,
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/ASTMatchers/Dynamic/ |
Registry.h | 122 /// matcher to the specified \c BindID. 127 StringRef BindID,
|
/external/clang/lib/ASTMatchers/Dynamic/ |
Parser.cpp | 385 std::string BindID; 418 BindID = IDToken.Value.getString(); 430 *Ctor, MatcherRange, BindID, Args, Error); 537 MatcherCtor Ctor, SourceRange NameRange, StringRef BindID, 539 if (BindID.empty()) { 542 return Registry::constructBoundMatcher(Ctor, NameRange, BindID, Args,
|