HomeSort by: relevance | last modified time | path
    Searched defs:getFlag (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Token.h 241 bool getFlag(TokenFlags Flag) const {
268 bool isAtStartOfLine() const { return getFlag(StartOfLine); }
272 bool hasLeadingSpace() const { return getFlag(LeadingSpace); }
276 bool isExpandDisabled() const { return getFlag(DisableExpand); }
285 bool needsCleaning() const { return getFlag(NeedsCleaning); }
289 bool hasLeadingEmptyMacro() const { return getFlag(LeadingEmptyMacro); }
293 bool hasUDSuffix() const { return getFlag(HasUDSuffix); }
296 bool hasUCN() const { return getFlag(HasUCN); }
300 bool stringifiedInMacro() const { return getFlag(StringifiedInMacro); }
303 bool commaAfterElided() const { return getFlag(CommaAfterElided);
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 92 assert(getFlag() == Flag);
101 bool empty() const { return P == 0 || getFlag() != 0; }
116 bool getFlag() const {
204 bool isSink() const { return Succs.getFlag(); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineInstr.h 330 bool getFlag(MIFlag Flag) const {
386 return getFlag(BundledPred);
397 bool isBundledWithPred() const { return getFlag(BundledPred); }
401 bool isBundledWithSucc() const { return getFlag(BundledSucc); }
1029 !getFlag(MachineInstr::MIFlag::NoFPExcept);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DebugInfoMetadata.cpp 183 DINode::DIFlags DINode::getFlag(StringRef Flag) {
824 DISubprogram::DISPFlags DISubprogram::getFlag(StringRef Flag) {

Completed in 254 milliseconds