Home
last modified time | relevance | path

Searched defs:setOperatorLoc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h2147 void setOperatorLoc(SourceLocation L) { UnaryOperatorBits.Loc = L; } in setOperatorLoc() function
2412 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } in setOperatorLoc() function
2554 void setOperatorLoc(SourceLocation L) { OpLoc = L; } in setOperatorLoc() function
3771 void setOperatorLoc(SourceLocation L) { BinaryOperatorBits.OpLoc = L; } in setOperatorLoc() function