| /external/clang/lib/Frontend/ |
| SerializedDiagnosticReader.cpp | 10 #include "clang/Frontend/SerializedDiagnosticReader.h" 11 #include "clang/Basic/FileManager.h" 12 #include "clang/Frontend/SerializedDiagnostics.h" 16 using namespace clang; 17 using namespace clang::serialized_diags; 112 if (Stream.EnterSubBlock(clang::serialized_diags::BLOCK_META)) 150 if (Stream.EnterSubBlock(clang::serialized_diags::BLOCK_DIAG)) 255 return "clang.serialized_diags"; 293 const std::error_category &clang::serialized_diags::SDErrorCategory() {
|
| /external/clang/unittests/Tooling/ |
| TestVisitor.h | 18 #include "clang/AST/ASTConsumer.h" 19 #include "clang/AST/ASTContext.h" 20 #include "clang/AST/RecursiveASTVisitor.h" 21 #include "clang/Frontend/CompilerInstance.h" 22 #include "clang/Frontend/FrontendAction.h" 23 #include "clang/Tooling/Tooling.h" 27 namespace clang { namespace 85 void HandleTranslationUnit(clang::ASTContext &Context) override { 98 std::unique_ptr<clang::ASTConsumer>
|
| /external/compiler-rt/test/ |
| lit.common.cfg | 5 # It is mostly copied from lit.cfg used by Clang. 20 # Setup clang binary. 21 compiler_path = getattr(config, 'clang', None) 26 if compiler_id == "Clang": 44 # Clear some environment variables that might affect Clang. 56 # Clang/Win32 may refer to %INCLUDE%. vsvarsall.bat sets it. 78 # Use ugly construction to explicitly prohibit "clang", "clang++" etc. 81 (' clang', """\n\n*** Do not use 'clangXXX' in tests,
|
| /external/llvm/utils/vim/ |
| vimrc | 102 " Clang code-completion support. This is somewhat experimental! 104 " A path to a clang executable. 105 let g:clang_path = "clang++" 107 " A list of options to add to the clang commandline, for example to add 129 " Build a clang commandline to do code completion on stdin. 137 " TODO: The extra space at the end is for working around clang's 140 " TODO: Is it better to feed clang the entire file instead of truncating 168 " Handle "Pattern". TODO: Make clang less weird. 226 " This to enables the somewhat-experimental clang-based
|
| /external/lz4/ |
| appveyor.yml | 21 PLATFORM: "clang" 39 - if [%PLATFORM%]==[clang] SET PATH=%PATH_MINGW64%;%PATH_ORIGINAL% 43 - if [%PLATFORM%]==[clang] (clang -v) 49 if not [%PLATFORM%]==[clang] ( 52 make -C programs lz4 CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-sign-conversion" && 53 make -C tests fullbench CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-sign-conversion" && 54 make -C lib lib CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-sign-conversion" 57 - if [%COMPILER%]==[gcc] if not [%PLATFORM%]==[clang] (
|
| /external/swiftshader/third_party/LLVM/utils/vim/ |
| vimrc | 95 " Clang code-completion support. This is somewhat experimental!
97 " A path to a clang executable.
98 let g:clang_path = "clang++"
100 " A list of options to add to the clang commandline, for example to add
122 " Build a clang commandline to do code completion on stdin.
130 " TODO: The extra space at the end is for working around clang's
133 " TODO: Is it better to feed clang the entire file instead of truncating
161 " Handle "Pattern". TODO: Make clang less weird.
219 " This to enables the somewhat-experimental clang-based
|
| /prebuilts/misc/linux-x86/analyzer/bin/ |
| ccc-syntax | 8 # It calls "clang -fsyntax-only ..." to utilize clang's better diagnostics 11 # symbols/macros. Some clang-specific warnings are disabled to be compatible 18 # the following flags, this script should check and skip "clang -fsyntax-only" 39 # If LOCAL_CC is not clang and not compiling in c++ mode, turn on -std=gnu89 by default 42 if [ "$LOCAL_CC" = "${LOCAL_CC%clang}" -a "$cxx_mode" != "true" ] ; then 59 if [ "$LOCAL_CC" != "${LOCAL_CC%clang*}" ]; then 60 # Don't look for its own lib/clang/x.y/include when LOCAL_CC is clang
|
| /bionic/tests/ |
| atexit_test.cpp | 17 // To work around b/25643775, we disable clang optimization so that 22 #pragma clang optimize off 26 #pragma clang optimize on
|
| float_test.cpp | 115 // TODO: FLT_HAS_SUBNORM currently missing from clang. Negate this test when fixed. 119 // TODO: DBL_HAS_SUBNORM currently missing from clang. Negate this test when fixed. 123 // TODO: LDBL_HAS_SUBNORM currently missing from clang. Negate this test when fixed.
|
| /build/soong/ui/build/ |
| environment_test.go | 62 unset 'CLANG' 67 initial := &Environment{"CLANG=/usr/bin/clang", "TEST=0"}
|
| /external/clang/docs/ |
| conf.py | 3 # Clang documentation build configuration file, created by 44 project = u'Clang' 45 copyright = u'2007-%d, The Clang Team' % date.today().year 187 ('index', 'Clang.tex', u'Clang Documentation', 188 u'The Clang Team', 'manual'), 221 man_page_authors = u'Maintained by the Clang / LLVM Team (<http://clang.llvm.org>)' 261 ('index', 'Clang', u'Clang Documentation' [all...] |
| /external/clang/include/clang/ARCMigrate/ |
| FileRemapper.h | 13 #include "clang/Basic/LLVM.h" 23 namespace clang { namespace 75 } // end namespace clang
|
| /external/clang/include/clang/AST/ |
| CommentBriefParser.h | 18 #include "clang/AST/CommentLexer.h" 20 namespace clang { namespace 52 } // end namespace clang
|
| DeclAccessPair.h | 21 #include "clang/Basic/Specifiers.h" 24 namespace clang { namespace 67 template<> struct isPodLike<clang::DeclAccessPair> {
|
| LocInfoType.h | 17 #include "clang/AST/Type.h" 19 namespace clang { namespace 59 } // end namespace clang
|
| MangleNumberingContext.h | 18 #include "clang/Basic/LLVM.h" 22 namespace clang { namespace 59 } // end namespace clang
|
| /external/clang/include/clang/Analysis/ |
| CFGStmtMap.h | 18 #include "clang/Analysis/CFG.h" 20 namespace clang { namespace 51 } // end clang namespace
|
| /external/clang/include/clang/Basic/ |
| OperatorPrecedence.h | 18 #include "clang/Basic/TokenKinds.h" 20 namespace clang { namespace 50 } // end namespace clang
|
| /external/clang/include/clang/Frontend/ |
| ChainedDiagnosticConsumer.h | 13 #include "clang/Basic/Diagnostic.h" 16 namespace clang { namespace 70 } // end namspace clang
|
| FrontendAction.h | 11 /// \brief Defines the clang::FrontendAction interface and various convenience 12 /// abstract classes (clang::ASTFrontendAction, clang::PluginASTAction, 13 /// clang::PreprocessorFrontendAction, and clang::WrapperFrontendAction) 21 #include "clang/AST/ASTConsumer.h" 22 #include "clang/Basic/LLVM.h" 23 #include "clang/Basic/LangOptions.h" 24 #include "clang/Frontend/ASTUnit.h" 25 #include "clang/Frontend/FrontendOptions.h 31 namespace clang { namespace [all...] |
| LayoutOverrideSource.h | 13 #include "clang/AST/ExternalASTSource.h" 14 #include "clang/Basic/LLVM.h" 18 namespace clang { namespace
|
| TextDiagnosticBuffer.h | 17 #include "clang/Basic/Diagnostic.h" 20 namespace clang { namespace 53 } // end namspace clang
|
| /external/clang/include/clang/Index/ |
| CodegenNameGenerator.h | 17 #include "clang/Basic/LLVM.h" 22 namespace clang { namespace 50 } // namespace clang
|
| IndexSymbol.h | 13 #include "clang/Basic/LLVM.h" 17 namespace clang { namespace 127 } // namespace clang
|
| USRGeneration.h | 13 #include "clang/Basic/LLVM.h" 16 namespace clang { namespace 59 } // namespace clang
|