| /external/clang/tools/c-index-test/ |
| core_main.cpp | 10 #include "clang/Frontend/ASTUnit.h" 11 #include "clang/Frontend/CompilerInstance.h" 12 #include "clang/Frontend/CompilerInvocation.h" 13 #include "clang/Frontend/FrontendAction.h" 14 #include "clang/Index/IndexingAction.h" 15 #include "clang/Index/IndexDataConsumer.h" 16 #include "clang/Index/USRGeneration.h" 17 #include "clang/Index/CodegenNameGenerator.h" 23 using namespace clang; 24 using namespace clang::index [all...] |
| /external/clang/tools/libclang/ |
| CXComment.cpp | 14 #include "clang-c/Index.h" 18 #include "clang-c/Documentation.h" 19 #include "clang/AST/Decl.h" 20 #include "clang/Index/CommentToXML.h" 26 using namespace clang; 27 using namespace clang::comments; 28 using namespace clang::cxcomment; 33 using namespace clang::cxcursor; 372 TU->CommentToXML = new clang::index::CommentToXMLConverter(); 387 TU->CommentToXML = new clang::index::CommentToXMLConverter() [all...] |
| /external/vulkan-validation-layers/ |
| CONTRIBUTING.md | 51 * The column limit is 132 (as opposed to the default value 80). The clang-format tool will handle this. See below. 52 * The indent is 4 spaces instead of the default 2 spaces. Again, the clang-format tool will handle this. 57 * Run **clang-format** on your changes to maintain consistent formatting 58 * There are `.clang-format files` present in the repository to define clang-format settings 59 which are found and used automatically by clang-format. 60 * **clang-format** binaries are available from the LLVM orginization, here: https://clang.llvm.org/. Our CI system (Travis-CI) 61 currently uses clang-format version 5.0.0 to check that the lines of code you have changed are formatted properly. It is 67 > $ git clang-format --style=fil [all...] |
| /frameworks/native/vulkan/libvulkan/ |
| driver_gen.cpp | 32 // clang-format off 140 // clang-format on 143 // clang-format off 431 // clang-format on 447 // clang-format off 461 // clang-format on 489 // clang-format off 502 // clang-format on 513 // clang-format off 525 // clang-format o [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/ |
| ASTMatchFinder.h | 44 #include "clang/ASTMatchers/ASTMatchers.h" 49 namespace clang { namespace 53 /// \brief A class to allow finding matches over the Clang AST. 76 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context); 85 clang::ASTContext * const Context; 86 clang::SourceManager * const SourceManager; 176 /// \brief Creates a clang ASTConsumer that finds all matches. 177 std::unique_ptr<clang::ASTConsumer> newASTConsumer(); 186 match(clang::ast_type_traits::DynTypedNode::create(Node), Context); 188 void match(const clang::ast_type_traits::DynTypedNode &Node [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/ASTMatchers/ |
| ASTMatchFinder.h | 44 #include "clang/ASTMatchers/ASTMatchers.h" 49 namespace clang { namespace 53 /// \brief A class to allow finding matches over the Clang AST. 76 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context); 85 clang::ASTContext * const Context; 86 clang::SourceManager * const SourceManager; 176 /// \brief Creates a clang ASTConsumer that finds all matches. 177 std::unique_ptr<clang::ASTConsumer> newASTConsumer(); 186 match(clang::ast_type_traits::DynTypedNode::create(Node), Context); 188 void match(const clang::ast_type_traits::DynTypedNode &Node [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/ASTMatchers/ |
| ASTMatchFinder.h | 44 #include "clang/ASTMatchers/ASTMatchers.h" 49 namespace clang { namespace 53 /// \brief A class to allow finding matches over the Clang AST. 76 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context); 85 clang::ASTContext * const Context; 86 clang::SourceManager * const SourceManager; 176 /// \brief Creates a clang ASTConsumer that finds all matches. 177 std::unique_ptr<clang::ASTConsumer> newASTConsumer(); 186 match(clang::ast_type_traits::DynTypedNode::create(Node), Context); 188 void match(const clang::ast_type_traits::DynTypedNode &Node [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/ASTMatchers/ |
| ASTMatchFinder.h | 44 #include "clang/ASTMatchers/ASTMatchers.h" 49 namespace clang { namespace 53 /// \brief A class to allow finding matches over the Clang AST. 76 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context); 85 clang::ASTContext * const Context; 86 clang::SourceManager * const SourceManager; 176 /// \brief Creates a clang ASTConsumer that finds all matches. 177 std::unique_ptr<clang::ASTConsumer> newASTConsumer(); 186 match(clang::ast_type_traits::DynTypedNode::create(Node), Context); 188 void match(const clang::ast_type_traits::DynTypedNode &Node [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/ASTMatchers/ |
| ASTMatchFinder.h | 44 #include "clang/ASTMatchers/ASTMatchers.h" 49 namespace clang { namespace 53 /// \brief A class to allow finding matches over the Clang AST. 76 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context); 85 clang::ASTContext * const Context; 86 clang::SourceManager * const SourceManager; 176 /// \brief Creates a clang ASTConsumer that finds all matches. 177 std::unique_ptr<clang::ASTConsumer> newASTConsumer(); 186 match(clang::ast_type_traits::DynTypedNode::create(Node), Context); 188 void match(const clang::ast_type_traits::DynTypedNode &Node [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/ASTMatchers/ |
| ASTMatchFinder.h | 44 #include "clang/ASTMatchers/ASTMatchers.h" 49 namespace clang { namespace 53 /// \brief A class to allow finding matches over the Clang AST. 76 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context); 85 clang::ASTContext * const Context; 86 clang::SourceManager * const SourceManager; 176 /// \brief Creates a clang ASTConsumer that finds all matches. 177 std::unique_ptr<clang::ASTConsumer> newASTConsumer(); 186 match(clang::ast_type_traits::DynTypedNode::create(Node), Context); 188 void match(const clang::ast_type_traits::DynTypedNode &Node [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/ASTMatchers/ |
| ASTMatchFinder.h | 44 #include "clang/ASTMatchers/ASTMatchers.h" 49 namespace clang { namespace 53 /// \brief A class to allow finding matches over the Clang AST. 76 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context); 85 clang::ASTContext * const Context; 86 clang::SourceManager * const SourceManager; 176 /// \brief Creates a clang ASTConsumer that finds all matches. 177 std::unique_ptr<clang::ASTConsumer> newASTConsumer(); 186 match(clang::ast_type_traits::DynTypedNode::create(Node), Context); 188 void match(const clang::ast_type_traits::DynTypedNode &Node [all...] |
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/ |
| ASTMatchFinder.h | 44 #include "clang/ASTMatchers/ASTMatchers.h" 49 namespace clang { namespace 53 /// \brief A class to allow finding matches over the Clang AST. 76 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context); 85 clang::ASTContext * const Context; 86 clang::SourceManager * const SourceManager; 176 /// \brief Creates a clang ASTConsumer that finds all matches. 177 std::unique_ptr<clang::ASTConsumer> newASTConsumer(); 186 match(clang::ast_type_traits::DynTypedNode::create(Node), Context); 188 void match(const clang::ast_type_traits::DynTypedNode &Node [all...] |
| /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/ASTMatchers/ |
| ASTMatchFinder.h | 44 #include "clang/ASTMatchers/ASTMatchers.h" 49 namespace clang { namespace 53 /// \brief A class to allow finding matches over the Clang AST. 76 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context); 85 clang::ASTContext * const Context; 86 clang::SourceManager * const SourceManager; 176 /// \brief Creates a clang ASTConsumer that finds all matches. 177 std::unique_ptr<clang::ASTConsumer> newASTConsumer(); 186 match(clang::ast_type_traits::DynTypedNode::create(Node), Context); 188 void match(const clang::ast_type_traits::DynTypedNode &Node [all...] |
| /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/ASTMatchers/ |
| ASTMatchFinder.h | 44 #include "clang/ASTMatchers/ASTMatchers.h" 49 namespace clang { namespace 53 /// \brief A class to allow finding matches over the Clang AST. 76 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context); 85 clang::ASTContext * const Context; 86 clang::SourceManager * const SourceManager; 176 /// \brief Creates a clang ASTConsumer that finds all matches. 177 std::unique_ptr<clang::ASTConsumer> newASTConsumer(); 186 match(clang::ast_type_traits::DynTypedNode::create(Node), Context); 188 void match(const clang::ast_type_traits::DynTypedNode &Node [all...] |
| /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/ASTMatchers/ |
| ASTMatchFinder.h | 44 #include "clang/ASTMatchers/ASTMatchers.h" 49 namespace clang { namespace 53 /// \brief A class to allow finding matches over the Clang AST. 76 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context); 85 clang::ASTContext * const Context; 86 clang::SourceManager * const SourceManager; 176 /// \brief Creates a clang ASTConsumer that finds all matches. 177 std::unique_ptr<clang::ASTConsumer> newASTConsumer(); 186 match(clang::ast_type_traits::DynTypedNode::create(Node), Context); 188 void match(const clang::ast_type_traits::DynTypedNode &Node [all...] |
| /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/ASTMatchers/ |
| ASTMatchFinder.h | 44 #include "clang/ASTMatchers/ASTMatchers.h" 49 namespace clang { namespace 53 /// \brief A class to allow finding matches over the Clang AST. 76 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context); 85 clang::ASTContext * const Context; 86 clang::SourceManager * const SourceManager; 176 /// \brief Creates a clang ASTConsumer that finds all matches. 177 std::unique_ptr<clang::ASTConsumer> newASTConsumer(); 186 match(clang::ast_type_traits::DynTypedNode::create(Node), Context); 188 void match(const clang::ast_type_traits::DynTypedNode &Node [all...] |
| /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/ASTMatchers/ |
| ASTMatchFinder.h | 44 #include "clang/ASTMatchers/ASTMatchers.h" 49 namespace clang { namespace 53 /// \brief A class to allow finding matches over the Clang AST. 76 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context); 85 clang::ASTContext * const Context; 86 clang::SourceManager * const SourceManager; 176 /// \brief Creates a clang ASTConsumer that finds all matches. 177 std::unique_ptr<clang::ASTConsumer> newASTConsumer(); 186 match(clang::ast_type_traits::DynTypedNode::create(Node), Context); 188 void match(const clang::ast_type_traits::DynTypedNode &Node [all...] |
| /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/ASTMatchers/ |
| ASTMatchFinder.h | 44 #include "clang/ASTMatchers/ASTMatchers.h" 49 namespace clang { namespace 53 /// \brief A class to allow finding matches over the Clang AST. 76 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context); 85 clang::ASTContext * const Context; 86 clang::SourceManager * const SourceManager; 176 /// \brief Creates a clang ASTConsumer that finds all matches. 177 std::unique_ptr<clang::ASTConsumer> newASTConsumer(); 186 match(clang::ast_type_traits::DynTypedNode::create(Node), Context); 188 void match(const clang::ast_type_traits::DynTypedNode &Node [all...] |
| /art/test/ |
| valgrind-target-suppressions.txt | 12 # It seems that on ARM64 Valgrind considers the canary value used by the Clang stack protector to 33 # Clang/LLVM uses memcpy for *x = *y, even though x == y (which is undefined behavior). Ignore.
|
| /build/make/core/ |
| ccache.mk | 35 # Workaround for ccache with clang. 36 # See http://petereisentraut.blogspot.com/2011/09/ccache-and-clang-part-2.html
|
| /build/soong/cc/config/ |
| global.go | 117 // prebuilts/clang default settings. 118 ClangDefaultBase = "prebuilts/clang/host" 119 ClangDefaultVersion = "clang-4691093" 204 pctx.StaticVariable("ClangAsanLibDir", "${ClangBase}/linux-x86/${ClangVersion}/lib64/clang/${ClangShortVersion}/lib/linux") 213 pctx.SourcePathVariable("RSClangBase", "prebuilts/clang/host") 214 pctx.SourcePathVariable("RSClangVersion", "clang-3289846") 217 pctx.StaticVariable("RSIncludePath", "${RSLLVMPrebuiltsPath}/../lib64/clang/${RSReleaseVersion}/include") 221 "external/clang/lib/Headers",
|
| /device/linaro/bootloader/edk2/ArmPkg/Drivers/ArmGic/GicV3/AArch64/ |
| ArmGicV3.S | 19 // Clang versions before v3.6 do not support the GNU extension that allows
21 // using the generic notation below. However, clang knows these registers by
|
| /external/Microsoft-GSL/ |
| .travis.yml | 20 compiler: clang 24 compiler: clang 30 - clang-3.6 43 - clang-3.7 56 - clang-3.8 69 - clang-3.9 97 - if [[ -n "$CLANG_VERSION" ]]; then export CXX=clang++-$CLANG_VERSION CC=clang-$CLANG_VERSION; fi
|
| /external/clang/docs/ |
| LibFormat.rst | 6 on Clang. This documents describes the LibFormat interface and design as well 9 If you just want to use `clang-format` as a tool or integrated into an editor,
|
| /external/clang/include/clang/Analysis/Analyses/ |
| Consumed.h | 18 #include "clang/AST/DeclCXX.h" 19 #include "clang/AST/ExprCXX.h" 20 #include "clang/AST/StmtCXX.h" 21 #include "clang/Analysis/Analyses/PostOrderCFGView.h" 22 #include "clang/Analysis/AnalysisContext.h" 23 #include "clang/Basic/SourceLocation.h" 25 namespace clang { namespace 267 }} // end namespace clang::consumed
|