HomeSort by relevance Sort by last modified time
    Searched full:hasastfilesupport (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/Frontend/
ASTMerge.cpp 103 bool ASTMergeAction::hasASTFileSupport() const {
104 return AdaptedAction->hasASTFileSupport();
FrontendAction.cpp 185 assert(hasASTFileSupport() &&
552 bool WrapperFrontendAction::hasASTFileSupport() const {
553 return WrappedAction->hasASTFileSupport();
ASTUnit.cpp     [all...]
  /external/clang/include/clang/Frontend/
FrontendActions.h 81 bool hasASTFileSupport() const override { return false; }
108 bool hasASTFileSupport() const override { return false; }
148 bool hasASTFileSupport() const override { return true; }
196 bool hasASTFileSupport() const override;
FrontendAction.h 171 virtual bool hasASTFileSupport() const { return !usesPreprocessorOnly(); }
282 bool hasASTFileSupport() const override;
  /external/clang/include/clang/Rewrite/Frontend/
FrontendActions.h 42 bool hasASTFileSupport() const override { return false; }
  /external/libcxxabi/test/
test_demangle.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_demangle.cpp     [all...]

Completed in 361 milliseconds