HomeSort by relevance Sort by last modified time
    Searched defs:AST (Results 1 - 10 of 10) sorted by null

  /external/clang/examples/wpa/
clang-wpa.cpp 10 // This tool reads a sequence of precompiled AST files, and do various
39 InputFilenames(llvm::cl::Positional, llvm::cl::desc("<input AST files>"));
51 ASTUnit *AST;
56 ASTUnitTU(ASTUnit *ast)
57 : AST(ast), DeclRefMap(AST->getASTContext()), SelMap(AST->getASTContext()) {
61 return AST->getASTContext();
65 return AST->getPreprocessor()
    [all...]
  /external/clang/lib/Frontend/
FrontendAction.cpp 11 #include "clang/AST/ASTConsumer.h"
12 #include "clang/AST/ASTContext.h"
13 #include "clang/AST/DeclGroup.h"
87 ASTUnit *AST) {
90 CurrentASTUnit.reset(AST);
103 // modifiy the AST.
137 // AST files follow a very different path, since they share objects via the
138 // AST unit.
141 "Attempt to pass AST file to preprocessor only action!");
143 "This action does not have AST file support!")
    [all...]
ASTUnit.cpp 15 #include "clang/AST/ASTContext.h"
16 #include "clang/AST/ASTConsumer.h"
17 #include "clang/AST/DeclVisitor.h"
18 #include "clang/AST/TypeOrdering.h"
19 #include "clang/AST/StmtVisitor.h"
419 // FIXME: This is broken, we should store the TargetOptions in the AST file.
517 ASTUnit &AST, bool CaptureDiagnostics) {
524 Client = new StoredDiagnosticConsumer(AST.StoredDiagnostics);
528 Diags->setClient(new StoredDiagnosticConsumer(AST.StoredDiagnostics));
539 llvm::OwningPtr<ASTUnit> AST(new ASTUnit(true))
    [all...]
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 83 AliasSet *getAliasSet(AliasSetTracker &AST) {
87 AS = OldAS->getForwardedTarget(AST);
89 OldAS->dropRef(AST);
144 void dropRef(AliasSetTracker &AST) {
147 removeFromTracker(AST);
172 void mergeSetIn(AliasSet &AS, AliasSetTracker &AST);
239 AliasSet *getForwardedTarget(AliasSetTracker &AST) {
242 AliasSet *Dest = Forward->getForwardedTarget(AST);
245 Forward->dropRef(AST);
251 void removeFromTracker(AliasSetTracker &AST);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 203 assert(InnerAST && "Where is my AST?");
208 // Once we've incorporated the inner loop's AST into ours, we don't need the
220 // Because subloops have already been incorporated into AST, we skip blocks in
471 // This instruction is no longer in the AST for the current loop, because
616 AliasSetTracker &AST;
623 SmallVectorImpl<BasicBlock*> &LEB, AliasSetTracker &ast,
626 PointerMustAliases(PMA), LoopExitBlocks(LEB), AST(ast), DL(dl),
656 AST.copyValue(LI, V);
659 AST.deleteValue(I)
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 21 #include "clang/AST/Type.h"
22 #include "clang/AST/Decl.h"
23 #include "clang/AST/DeclObjC.h"
654 ASTUnit *AST = static_cast<ASTUnit *>(TU->TUData);
655 if (!AST)
658 ASTUnit::ConcurrencyCheck Check(*AST);
676 new AllocatedCXCodeCompleteResults(AST->getFileSystemOpts());
684 AST->CodeComplete(complete_filename, complete_line, complete_column,
697 Results->CachedCompletionAllocator = AST->getCachedCompletionAllocator();
    [all...]
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 205 /// AST - An AliasSetTracker object to update. If null, don't update it.
207 AliasSetTracker *AST;
247 AliasSetTracker *ast)
248 : Allocas(A), DT(dt), DIB(0), AST(ast) {}
388 if (AST) PointerAllocaValues.resize(Allocas.size());
406 if (AST) AST->deleteValue(AI);
437 if (AST) AST->deleteValue(AI)
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilt/common/jython/
jython.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 187 milliseconds