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

  /external/clang/include/clang/AST/
ExprOpenMP.h 110 void setColonLoc(SourceLocation L) { ColonLoc = L; }
OpenMPClause.h 184 void setColonLoc(SourceLocation Loc) { ColonLoc = Loc; }
    [all...]
DeclCXX.h 122 void setColonLoc(SourceLocation CLoc) { ColonLoc = CLoc; }
    [all...]
Stmt.h 661 void setColonLoc(SourceLocation L) { ColonLoc = L; }
700 void setColonLoc(SourceLocation L) { ColonLoc = L; }
755 void setColonLoc(SourceLocation L) { ColonLoc = L; }
    [all...]

Completed in 6743 milliseconds