HomeSort by relevance Sort by last modified time
    Searched full:clang (Results 676 - 700 of 1469) sorted by null

<<21222324252627282930>>

  /external/clang/include/clang/Index/
Analyzer.h 17 namespace clang { namespace
54 } // namespace clang
STLExtras.h 17 namespace clang { namespace
61 } // end clang namespace
  /external/clang/include/clang/Lex/
ModuleLoader.h 17 #include "clang/Basic/SourceLocation.h"
19 namespace clang { namespace
Token.h 17 #include "clang/Basic/TemplateKinds.h"
18 #include "clang/Basic/TokenKinds.h"
19 #include "clang/Basic/SourceLocation.h"
20 #include "clang/Basic/OperatorKinds.h"
23 namespace clang { namespace
110 #include "clang/Basic/TokenKinds.def"
288 } // end namespace clang
292 struct isPodLike<clang::Token> { static const bool value = true; };
  /external/clang/include/clang/Rewrite/
DeltaTree.h 17 namespace clang { namespace
46 } // end namespace clang
  /external/clang/include/clang/Sema/
SemaConsumer.h 18 #include "clang/AST/ASTConsumer.h"
20 namespace clang { namespace
  /external/clang/include/clang/Serialization/
ASTDeserializationListener.h 18 #include "clang/Serialization/ASTBitCodes.h"
20 namespace clang { namespace
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugType.h 20 namespace clang { namespace
65 } // end clang namespace
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 23 namespace clang { namespace
60 } // end clang namespace
  /external/clang/lib/ARCMigrate/
TransARCAssign.cpp 26 #include "clang/Sema/SemaDiagnostic.h"
28 using namespace clang;
Transforms.cpp 12 #include "clang/Sema/SemaDiagnostic.h"
13 #include "clang/AST/RecursiveASTVisitor.h"
14 #include "clang/AST/StmtVisitor.h"
15 #include "clang/AST/ParentMap.h"
16 #include "clang/Analysis/DomainSpecific/CocoaConventions.h"
17 #include "clang/Lex/Lexer.h"
18 #include "clang/Basic/SourceManager.h"
23 using namespace clang;
  /external/clang/lib/AST/
CXXABI.h 18 #include "clang/AST/Type.h"
20 namespace clang { namespace
TypeLoc.cpp 15 #include "clang/AST/TypeLocVisitor.h"
16 #include "clang/AST/Expr.h"
18 using namespace clang;
32 #include "clang/AST/TypeLocNodes.def"
49 #include "clang/AST/TypeLocNodes.def"
67 #include "clang/AST/TypeLocNodes.def"
93 #include "clang/AST/TypeLocNodes.def"
166 #include "clang/AST/TypeLocNodes.def"
  /external/clang/lib/Analysis/
ProgramPoint.cpp 15 #include "clang/Analysis/ProgramPoint.h"
17 using namespace clang;
UninitializedValues.cpp 19 #include "clang/AST/Decl.h"
20 #include "clang/Analysis/CFG.h"
21 #include "clang/Analysis/AnalysisContext.h"
22 #include "clang/Analysis/Visitors/CFGRecStmtDeclVisitor.h"
23 #include "clang/Analysis/Analyses/UninitializedValues.h"
24 #include "clang/Analysis/Support/SaveAndRestore.h"
26 using namespace clang;
206 BVPair &CFGBlockValues::getValueVectors(const clang::CFGBlock *block,
294 void DataflowWorklist::enqueueSuccessors(const clang::CFGBlock *block) {
505 void TransferFunctions::VisitBinaryOperator(clang::BinaryOperator *bo)
    [all...]
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 14 #include "clang/Lex/PreprocessingRecord.h"
15 #include "clang/Lex/MacroInfo.h"
16 #include "clang/Lex/Token.h"
20 using namespace clang;
292 const clang::Token &IncludeTok,
296 clang::SourceLocation EndLoc,
323 clang::InclusionDirective *ID
324 = new (*this) clang::InclusionDirective(*this, Kind, FileName, !IsAngled,
  /external/clang/lib/Sema/
DelayedDiagnostic.cpp 17 #include "clang/Sema/DelayedDiagnostic.h"
19 using namespace clang;
Scope.cpp 15 #include "clang/Sema/Scope.h"
17 using namespace clang;
  /external/clang/test/CodeGen/
x86_32-arguments-linux.c 23 // <rdar://problem/7964854> [i386] clang misaligns long double in structures
25 // <rdar://problem/8431367> clang misaligns parameters on stack
  /external/clang/test/Coverage/
targets.c 19 // <rdar://problem/7181838> clang 1.0 fails to compile Python 2.6
20 // RUN: %clang -ccc-host-triple x86_64-apple-darwin9 -### -S %s -mmacosx-version-min=10.4
  /external/clang/test/Driver/
darwin-cc.c 1 // RUN: %clang -ccc-no-clang -ccc-host-triple i386-apple-darwin10 -m32 -### -MD -g -fast -Q -dA -mkernel -ansi -aFOO -S -o /tmp/OUTPUTNAME -g0 -gfull -O2 -Werror -pedantic -Wmost -w -std=c99 -trigraphs -v -pg -fFOO -undef -Qn --param a=b -fmudflap -coverage -save-temps -nostdinc -I ARG0 -F ARG1 -I ARG2 -P -MF ARG3 -MG -MP -remap -g3 -H -D ARG4 -U ARG5 -A ARG6 -D ARG7 -U ARG8 -A ARG9 -include ARG10 -pthread %s 2> %t.log
  /external/clang/test/SemaCXX/
implicit-exception-spec.cpp 44 // which clang does not yet support.
55 // which clang does not yet support.
qualified-id-lookup.cpp 85 // PR clang/3291
113 // PR clang/5667
  /external/clang/tools/libclang/
CXType.cpp 10 // This file implements the 'CXTypes' API hooks in the Clang-C library.
19 #include "clang/AST/Expr.h"
20 #include "clang/AST/Type.h"
21 #include "clang/AST/Decl.h"
22 #include "clang/AST/DeclObjC.h"
23 #include "clang/AST/DeclTemplate.h"
24 #include "clang/Frontend/ASTUnit.h"
26 using namespace clang;
IndexBody.cpp 12 #include "clang/AST/RecursiveASTVisitor.h"
14 using namespace clang;

Completed in 1424 milliseconds

<<21222324252627282930>>