Searched refs:hasBCPLComments (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Frontend/
H A DLangStandard.h56 /// hasBCPLComments - Language supports '//' comments.
57 bool hasBCPLComments() const { return Flags & frontend::BCPLComment; } function in struct:clang::LangStandard
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp1836 Opts.BCPLComment = Std.hasBCPLComments();

Completed in 257 milliseconds