HomeSort by: relevance | last modified time | path
    Searched refs:getCurrentFileKind (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
FrontendAction.h 151 InputKind getCurrentFileKind() const {
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendActions.cpp 865 switch (getCurrentFileKind().getLanguage()) {
885 if (getCurrentFileKind().isPreprocessed())
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenAction.cpp 1041 if (getCurrentFileKind().getLanguage() != Language::LLVM_IR) {

Completed in 33 milliseconds