Searched refs:clang (Results 626 - 650 of 1304) sorted by relevance

<<21222324252627282930>>

/external/clang/lib/StaticAnalyzer/Checkers/
H A DBuiltinFunctionChecker.cpp10 // This checker evaluates clang builtin functions.
15 #include "clang/Basic/Builtins.h"
16 #include "clang/StaticAnalyzer/Core/Checker.h"
17 #include "clang/StaticAnalyzer/Core/CheckerManager.h"
18 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
20 using namespace clang;
H A DDivZeroChecker.cpp16 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
17 #include "clang/StaticAnalyzer/Core/Checker.h"
18 #include "clang/StaticAnalyzer/Core/CheckerManager.h"
19 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
21 using namespace clang;
H A DNoReturnFunctionChecker.cpp17 #include "clang/AST/Attr.h"
18 #include "clang/StaticAnalyzer/Core/Checker.h"
19 #include "clang/StaticAnalyzer/Core/CheckerManager.h"
20 #include "clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h"
21 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
25 using namespace clang;
H A DTraversalChecker.cpp15 #include "clang/AST/ParentMap.h"
16 #include "clang/AST/StmtObjC.h"
17 #include "clang/StaticAnalyzer/Core/Checker.h"
18 #include "clang/StaticAnalyzer/Core/CheckerManager.h"
19 #include "clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h"
20 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
23 using namespace clang;
H A DUndefBranchChecker.cpp16 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
17 #include "clang/StaticAnalyzer/Core/Checker.h"
18 #include "clang/StaticAnalyzer/Core/CheckerManager.h"
19 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
21 using namespace clang;
H A DUndefCapturedBlockVarChecker.cpp15 #include "clang/AST/Attr.h"
16 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
17 #include "clang/StaticAnalyzer/Core/Checker.h"
18 #include "clang/StaticAnalyzer/Core/CheckerManager.h"
19 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
20 #include "clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h"
24 using namespace clang;
H A DUndefResultChecker.cpp16 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
17 #include "clang/StaticAnalyzer/Core/Checker.h"
18 #include "clang/StaticAnalyzer/Core/CheckerManager.h"
19 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
20 #include "clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h"
24 using namespace clang;
/external/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp16 #include "clang/StaticAnalyzer/Core/PathSensitive/BlockCounter.h"
19 using namespace clang;
H A DSimpleConstraintManager.h17 #include "clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h"
18 #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h"
20 namespace clang { namespace
98 } // end clang namespace
/external/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp12 #include "clang/Lex/Lexer.h"
13 #include "clang/Tooling/RefactoringCallbacks.h"
15 namespace clang { namespace
81 } // end namespace clang
/external/clang/test/SemaCXX/
H A Dast-print.cpp204 // CHECK: {{\[\[clang::fallthrough\]\]}}
205 [[clang::fallthrough]];
/external/clang/tools/diagtool/
H A DListWarnings.cpp17 #include "clang/AST/ASTDiagnostic.h"
18 #include "clang/Basic/AllDiagnostics.h"
19 #include "clang/Basic/Diagnostic.h"
27 using namespace clang;
/external/clang/tools/driver/
H A Dcc1_main.cpp10 // This is the entry point to the clang -cc1 functionality, which implements the
17 #include "clang/Driver/DriverDiagnostic.h"
18 #include "clang/Driver/Options.h"
19 #include "clang/Frontend/CompilerInstance.h"
20 #include "clang/Frontend/CompilerInvocation.h"
21 #include "clang/Frontend/FrontendDiagnostic.h"
22 #include "clang/Frontend/TextDiagnosticBuffer.h"
23 #include "clang/Frontend/TextDiagnosticPrinter.h"
24 #include "clang/Frontend/Utils.h"
25 #include "clang/FrontendToo
[all...]
/external/clang/unittests/AST/
H A DNamedDeclPrinterTest.cpp19 #include "clang/AST/ASTContext.h"
20 #include "clang/ASTMatchers/ASTMatchFinder.h"
21 #include "clang/Tooling/Tooling.h"
25 using namespace clang;
/external/clang/unittests/Frontend/
H A DFrontendActionTest.cpp10 #include "clang/Frontend/FrontendAction.h"
11 #include "clang/AST/ASTConsumer.h"
12 #include "clang/AST/ASTContext.h"
13 #include "clang/AST/RecursiveASTVisitor.h"
14 #include "clang/Frontend/CompilerInstance.h"
15 #include "clang/Frontend/CompilerInvocation.h"
16 #include "clang/Lex/Preprocessor.h"
22 using namespace clang;
/external/clang/unittests/Tooling/
H A DReplacementsYamlTest.cpp14 #include "clang/Tooling/ReplacementsYaml.h"
18 using namespace clang::tooling;
H A DTestVisitor.h18 #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 virtual void HandleTranslationUnit(clang::ASTContext &Context) {
98 virtual clang::ASTConsumer* CreateASTConsumer(
/external/lldb/source/Expression/
H A DASTResultSynthesizer.cpp11 #include "clang/AST/ASTContext.h"
12 #include "clang/AST/Decl.h"
13 #include "clang/AST/DeclCXX.h"
14 #include "clang/AST/DeclGroup.h"
15 #include "clang/AST/DeclObjC.h"
16 #include "clang/AST/Expr.h"
17 #include "clang/AST/Stmt.h"
18 #include "clang/Parse/Parser.h"
19 #include "clang/Sema/SemaDiagnostic.h"
30 using namespace clang;
[all...]
H A DClangExpressionVariable.cpp16 #include "clang/AST/ASTContext.h"
26 using namespace clang;
/external/clang/bindings/python/tests/cindex/
H A Dtest_cursor.py3 from clang.cindex import CursorKind
4 from clang.cindex import TranslationUnit
5 from clang.cindex import TypeKind
/external/clang/lib/Analysis/
H A DCallGraph.cpp13 #include "clang/Analysis/CallGraph.h"
14 #include "clang/AST/ASTContext.h"
15 #include "clang/AST/Decl.h"
16 #include "clang/AST/StmtVisitor.h"
21 using namespace clang;
171 llvm::ReversePostOrderTraversal<const clang::CallGraph*> RPOT(this);
172 for (llvm::ReversePostOrderTraversal<const clang::CallGraph*>::rpo_iterator
/external/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp15 #include "clang/FrontendTool/Utils.h"
16 #include "clang/ARCMigrate/ARCMTActions.h"
17 #include "clang/CodeGen/CodeGenAction.h"
18 #include "clang/Driver/Options.h"
19 #include "clang/Frontend/CompilerInstance.h"
20 #include "clang/Frontend/CompilerInvocation.h"
21 #include "clang/Frontend/FrontendActions.h"
22 #include "clang/Frontend/FrontendDiagnostic.h"
23 #include "clang/Frontend/FrontendPluginRegistry.h"
24 #include "clang/Fronten
[all...]
/external/clang/test/Index/
H A Drecursive-cxx-member-calls.cpp10 namespace clang { namespace
65 namespace clang { namespace
98 using namespace clang;
246 // CHECK-tokens: Identifier: "clang" [10:17 - 10:22] Namespace=clang:10:17 (Definition)
247 // CHECK-tokens: Punctuation: "{" [10:23 - 10:24] Namespace=clang:10:17 (Definition)
250 // CHECK-tokens: Punctuation: ";" [11:23 - 11:24] Namespace=clang:10:17 (Definition)
401 // CHECK-tokens: Identifier: "Kind" [33:12 - 33:16] TypeRef=enum clang::AttributeList::Kind:13:10
405 // CHECK-tokens: Identifier: "IdentifierInfo" [33:31 - 33:45] TypeRef=class clang::IdentifierInfo:66:7
411 // CHECK-tokens: Punctuation: ";" [34:4 - 34:5] Namespace=clang
[all...]
/external/libcxx/src/
H A Dfuture.cpp30 #pragma clang diagnostic push
31 #pragma clang diagnostic ignored "-Wswitch"
59 #pragma clang diagnostic pop
/external/openssl/
H A Dcheck-all-builds.sh211 Where: <compiler> is either 'gcc' or 'clang'.
355 echo "$ANDROID_BUILD_TOP/prebuilts/clang/$ANDROID_HOST_TAG/$CLANG_VERSION/clang"
381 clang-android-*)
387 clang-*) # Must have host clang compiler.
388 result=clang
473 clang-android-*)
474 # The version of clang that comes with the platform build doesn't
521 # TODO(digit): Make the clang buil
[all...]

Completed in 627 milliseconds

<<21222324252627282930>>